how to fix this?
Glitch runs your app automatically outside your terminal so you don’t need to keep the terminal window
In the case of node projects it runs the start
script defined in package.json
1 Like
Glitch runs your app automatically outside your terminal so you don’t need to keep the terminal window
In the case of node projects it runs the start
script defined in package.json