@ -42,7 +42,7 @@
analytics.captureEvent("web_app_created", {
name,
description,
appId: res._id
appId: res._id,
})
$goto(`./${res._id}`)
} catch (error) {
@ -20,8 +20,3 @@ async function runServer() {
}
runServer()
process.on("SIGINT", function() {
console.log("\nGracefully shutting down from SIGINT")
process.exit(1)