UNPKG

ah-resque-ui

Version:

A resque administration website for actionhero

10 lines (9 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const actionhero_1 = require("actionhero"); async function main() { const app = new actionhero_1.Process(); app.registerProcessSignals(); await app.start(); } main();