Deploying nodejs app

Question:
What should I write in run command column of deployment of node app whose entry point is index.js
Repl link:
https://replit.com/@shaahibala63/server?s=app
program is working fine how to move it to production

Urgent help required

Hi @shaahibala63 !
Try putting the run command as node index.js.
Hope this helps!

2 Likes

Thanks for timely help🤩

1 Like

No problem, happy to help!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.