diff --git a/package.json b/package.json index 1dbfba2..42f0131 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build": "sern build", "web": "node webserver.js", "watch": "tsc --watch", - "start": "nodemon dist/index.js" + "start": "node dist/index.js" }, "repository": { "type": "git",