lint
This commit is contained in:
parent
924162da0e
commit
26347e5ddc
|
@ -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)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue