This commit is contained in:
Martin McKeaveney 2020-07-15 17:27:33 +01:00
parent 924162da0e
commit 26347e5ddc
2 changed files with 1 additions and 6 deletions

View File

@ -42,7 +42,7 @@
analytics.captureEvent("web_app_created", {
name,
description,
appId: res._id
appId: res._id,
})
$goto(`./${res._id}`)
} catch (error) {

View File

@ -20,8 +20,3 @@ async function runServer() {
}
runServer()
process.on("SIGINT", function() {
console.log("\nGracefully shutting down from SIGINT")
process.exit(1)
})