From f79e8a0b4e759f7840839dc6f8b6742c32c28cdd Mon Sep 17 00:00:00 2001
From: Rosanny <rosanny.sihombing@hft-stuttgart.de>
Date: Mon, 27 Jun 2022 14:47:51 +0200
Subject: [PATCH] re-structure the project

---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 38743ba3..14396f95 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",
-- 
GitLab