Glitch Not Starting Code

Currently unable to get glitch to show my app up and running. When i go into console and run npm run dev it shows up but won’t start up on its own.

In package.json try changing the start script to be similar to the dev script, ie…

"start": "rollup -c -w"

Another issue might be if its not listening to port 3000, which is default in Glitch apps.