kue icon indicating copy to clipboard operation
kue copied to clipboard

kue.app is undefied

Open pravindahal opened this issue 7 years ago • 0 comments

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);

pravindahal avatar Aug 14 '17 14:08 pravindahal