diff --git a/package.json b/package.json index 38743ba351a0c1c5144938411f853bdaeb404ad7..14396f95e8165e568c22dca22678dd5b56fb6a97 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/user-account.git" }, "scripts": { - "start": "nodemon app.ts", + "start:dev": "nodemon ./src/app.ts", + "start": "nodemon ./built/app.js", "build": "tsc -build", "clean": "tsc -build --clean", "test": "jest",