This commit is contained in:
Frank
2025-10-16 18:39:20 -04:00
parent 92d9a0ec61
commit ca9b13e8a2
9 changed files with 7 additions and 45 deletions

View File

@@ -24,6 +24,9 @@
"db": "sst shell drizzle-kit",
"db-dev": "sst shell --stage dev -- drizzle-kit",
"db-prod": "sst shell --stage production -- drizzle-kit",
"shell": "sst shell -- bun",
"shell-dev": "sst shell --stage dev -- bun",
"shell-prod": "sst shell --stage production -- bun",
"update-models": "script/update-models.ts",
"promote-models-to-dev": "script/promote-models.ts dev",
"promote-models-to-prod": "script/promote-models.ts production",