diff --git a/package.json b/package.json index 1028bbe4fc1c7daf3044ee04595b0447ce85fe7a..78a94389bbfde21efd6f7b55b52f967bb1879ba4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "scripts": { "start:dev": "nodemon ./src/index.ts", - "start": "nodemon ./built/app.js", + "start": "nodemon ./built/index.js", "test": "jest", "clean-code": "ts-standard --fix", "check-types": "tsc --noEmit",