From 40c92bc4573e3edfe112c1357f7ce7f8a4a252ec Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Mon, 1 Aug 2022 13:57:28 +0200 Subject: [PATCH] minor update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1028bbe4..78a94389 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "scripts": { "start:dev": "nodemon ./src/index.ts", - "start": "nodemon ./built/app.js", + "start": "nodemon ./built/index.js", "test": "jest", "clean-code": "ts-standard --fix", "check-types": "tsc --noEmit", -- GitLab