Hi everyone, I just deployed my first test deno project on deno deploy. Now I'm wondering how to stop that instance. Can't find anything on dash.deno.com.
Yes, that's what I did in the end, unfortunately.
Before that, I added a /kill route to my oak router to Deno.exit out. But even this couldn't stop it. Seems like it got restarted immediately 😄