This commit is contained in:
Frank 2025-09-11 18:30:13 -04:00
commit a52b352b24
7 changed files with 629 additions and 309 deletions

View file

@ -18,6 +18,7 @@
},
"scripts": {
"db": "sst shell drizzle-kit",
"db-dev": "sst shell --stage dev -- drizzle-kit",
"db-prod": "sst shell --stage production -- drizzle-kit",
"typecheck": "tsc --noEmit"
},