From ba389e3527e8a6e0b4421548ceee92d6514afb87 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 12 Jul 2025 15:07:51 +0100 Subject: [PATCH] fix start command (#400) --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 5880de0..b82e698 100644 --- a/backend/package.json +++ b/backend/package.json @@ -11,7 +11,7 @@ "url": "git+https://github.com/IT4Change/IT4C.dev.git" }, "scripts": { - "start": "node ./build/index.js", + "start": "node ./build/src/index.js", "build": "tsc", "dev": "tsx watch ./src/index.ts", "test:unit": "jest",