fix docker setup

This commit is contained in:
2025-12-25 15:24:54 +01:00
parent 3ceb837e15
commit f1c01b73ad
18 changed files with 419 additions and 132 deletions

View File

@@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc --build --verbose",
"start:dev": "ts-node-dev --respawn --inspect=0.0.0.0:9229 src/main.ts",
"start:dev": "npx ts-node-dev --respawn --inspect=0.0.0.0:9229 -r tsconfig-paths/register src/main.ts",
"start:prod": "node dist/main",
"test": "vitest run --config vitest.api.config.ts --root ../..",
"test:coverage": "vitest run --config vitest.api.config.ts --root ../.. --coverage",
@@ -17,7 +17,8 @@
"license": "ISC",
"devDependencies": {
"@nestjs/testing": "^10.4.20",
"ts-node-dev": "^2.0.0"
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^3.15.0"
},
"dependencies": {
"@nestjs/common": "^10.4.20",