2c1417da88
- Minimal working version of a job manager - Uses fastq for handling the queue - Exposes 2 methods: addJob and shutdown
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node'
|
|
]
|
|
};
|