You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
might be the fact that my script file is './bin/www'?
tried various options like '../app.js', '/app.js', dirname + '/app.js'
no luck though...
any idea? thanks
The text was updated successfully, but these errors were encountered:
returnnodemon({//nodemon our expressjs serverscript: 'app.js',//reload on specific file extension changeext: 'js ejs'//watch core server file(s) that require server restart on change//watch: ['app.js']})
and it's working, ejs is my template engine, I hope this will help you.
this is the code from the recipe:
might be the fact that my script file is
'./bin/www'
?tried various options like
'../app.js'
,'/app.js'
,dirname + '/app.js'
no luck though...
any idea? thanks
The text was updated successfully, but these errors were encountered: