Hi, disabling refresh app on changes doesn’t really do whats its supposed to do so i have to use watch.json so my database doesn’t get wiped due to multible restarts while db writing but i dont want it to restarts at all if possible
Disabling refresh app changes does do what it’s supposed to. It sounds like you’re conflating refreshing an app with restarting it. We have this example watch.json config which prevents restarting unless manually triggered: https://glitch.com/edit/#!/no-autorestart
nice! and thx for fast responce