UNPKG

307 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const paperboy_1 = require("./paperboy");
4new paperboy_1.Paperboy({
5 command: 'echo "foobar"',
6 initialCommand: 'echo "baz"',
7 queue: {
8 uri: process.env.QUEUE_URI
9 }
10}).start();
11//# sourceMappingURL=test.js.map
\No newline at end of file