This commit is contained in:
DerJesen
2025-11-29 13:22:03 +01:00
parent 1932e52ae2
commit f0b2e19494

View File

@@ -19,7 +19,11 @@
"test:debug": "node --inspect-brk -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"build:client": "cd client && npm install && npm run build",
"start:prod:full": "npm run build:client && npm run build && npm run start:prod"
"start:prod:full": "npm run build:client && npm run build && npm run start:prod",
"seed": "ts-node prisma/seed.ts"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
},
"dependencies": {
"@nestjs/common": "^11.0.1",