Sync deploy: backend, frontend, worker, docker, config

This commit is contained in:
Azouhri Abdelaziz
2026-02-04 20:23:48 +01:00
parent 22e9ea6dbc
commit d73f1fd74a

View File

@@ -45,7 +45,7 @@
"api:docs": "echo 'Swagger UI: http://localhost:4000/docs' && echo 'OpenAPI JSON: http://localhost:4000/docs/json'"
},
"prisma": {
"seed": "node --require ts-node/register prisma/seed.ts"
"seed": "tsx prisma/seed.ts"
},
"keywords": [],
"author": "",
@@ -90,6 +90,7 @@
"supertest": "^7.2.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsx": "^4.19.2",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
}