re-structure the project
Showing
+2 -1
... | @@ -16,7 +16,8 @@ | ... | @@ -16,7 +16,8 @@ |
"url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/user-account.git" | "url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/user-account.git" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "nodemon app.ts", | "start:dev": "nodemon ./src/app.ts", | ||
"start": "nodemon ./built/app.js", | |||
"build": "tsc -build", | "build": "tsc -build", | ||
"clean": "tsc -build --clean", | "clean": "tsc -build --clean", | ||
"test": "jest", | "test": "jest", | ||
... | ... |
Please register or sign in to comment