Your server is successfully deployed and ready 🚀
Your working directory is:
.
You can configure your application using system variables:
Startup file
Cluster / Fork mode
Port configuration
Use PM2 to control your Node.js apps:
pm2 start app.js
pm2 restart app_name
pm2 reload app_name
pm2 stop app_name
pm2 delete app_name
pm2 logs