fix first online resevation

This commit is contained in:
root
2026-05-09 20:01:51 -04:00
parent c4a45c8b21
commit 09b0e3b55f
75 changed files with 6394 additions and 2190 deletions
+1
View File
@@ -11,6 +11,7 @@
"dev": "turbo dev",
"lint": "turbo lint",
"type-check": "turbo type-check",
"clerk:keys": "bash scripts/setup-clerk-keys.sh",
"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",