diff --git a/package.json b/package.json index 24a8d0f19410c304785aa3d8fa6f6816ef94fe26..577035bde97b4e63b41a66881f5716fd25767292 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "scripts": { "start:dev": "nodemon app.ts", - "start": "nodemon built/app.ts", + "start": "nodemon ./built/app.js", "build": "tsc -build", "clean": "tsc -build --clean", "test": "jest",