Open jema28 opened 5 years ago
There should always be a start script (especially if you're planning to put it up on heroku)!
I am not sure I understand what you mean?
You only have a dev script at the moment, it's good to add 'start' with node <path to your server>.
dev
node <path to your server>
There should always be a start script (especially if you're planning to put it up on heroku)!