fix(backend): correct start:prod script path to dist/src/main

This commit is contained in:
Mathis HERRIOT
2025-05-16 19:07:30 +02:00
parent 52d74a754c
commit 63f28be75d

View File

@@ -11,7 +11,7 @@
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"start:prod": "node dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",