From 4dc5508507fcc51f6cb35b916aeb3294fcd0d086 Mon Sep 17 00:00:00 2001
From: Rosanny <rosanny.sihombing@hft-stuttgart.de>
Date: Tue, 21 Jun 2022 14:33:06 +0200
Subject: [PATCH] update scripts

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

diff --git a/package.json b/package.json
index 24a8d0f..577035b 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",
-- 
GitLab