zen: model management helper

This commit is contained in:
Frank
2025-09-26 15:18:22 -04:00
parent f321661b4c
commit 57e1bffbd5
5 changed files with 92 additions and 27 deletions

View File

@@ -20,6 +20,9 @@
"db": "sst shell drizzle-kit",
"db-dev": "sst shell --stage dev -- drizzle-kit",
"db-prod": "sst shell --stage production -- drizzle-kit",
"update-models": "script/update-models.ts",
"promote-models-to-dev": "script/promote-models.ts dev",
"promote-models-to-prod": "script/promote-models.ts production",
"typecheck": "tsc --noEmit"
},
"devDependencies": {