UNPKG
anton2
Version:
latest (1.0.1)
1.0.1
1.0.0
Fantastic Job Queue Worker
github.com/antonproject/anton
antonproject/anton
anton2
/
index.js
10 lines
(9 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.exports =
require
(
'./lib/anton'
);
module
.exports.sample = {
'tasks'
: {
'email'
:
require
(
'./tasks/email.job'
) },
'transport'
: {
'email'
:
require
(
'./transporter/email'
) } };