Sync deploy: backend, frontend, worker, docker, config
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user