diff --git a/package.json b/package.json index 56e08ba..7ea17df 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "build": "npx tsc", - "start": "node dist/app.js", + "start": "node dist/src/app.js", "dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/src/app.js\"" }, "author": "Struck713",