so I have a project (Glitch :・゚✧) and I want it to run npm start
/node index.js
when it starts after stopping
i have to manually do npm start if I want it to run and it works, but it won’t work if I stop it and need glitch to start it when I visit the website
I even put in a glitch.json thingy but it doesn’t do anything
when I stop npm start I see
failed to start application on rich-level-ketch.glitch.me
This is most likely because your project has a code error.
Check your project logs, fix the error and try again.
when glitch tries to start it after inactivity it is stuck on “starting…”
so how do I fix it