UNPKG

ah-resque-ui

Version:

A resque administration website for actionhero

12 lines (7 loc) 158 B
import { Process } from "actionhero"; async function main() { const app = new Process(); app.registerProcessSignals(); await app.start(); } main();