kue
kue copied to clipboard
kue.app is undefied
The documentation says the following code will run the UI. However, when run, it says kue.app is undefined.
var kue = require('kue');
kue.createQueue(...);
kue.app.listen(3000);