fixing platform admin

This commit is contained in:
root
2026-05-06 22:58:23 -04:00
parent 695a7f7cc7
commit 750ae56a29
175 changed files with 31249 additions and 328 deletions
+1
View File
@@ -12,6 +12,7 @@
"lint": "turbo lint",
"type-check": "turbo type-check",
"db:generate": "turbo db:generate",
"db:deploy": "sh -c 'if [ -n \"$(find packages/database/prisma/migrations -mindepth 1 -maxdepth 1 -print -quit 2>/dev/null)\" ]; then npm run db:migrate:deploy --workspace @rentaldrivego/database; else npm run db:push --workspace @rentaldrivego/database; fi'",
"db:push": "turbo db:push",
"db:migrate": "turbo db:migrate",
"db:seed": "turbo db:seed",