Add db:pull script

This commit is contained in:
Jared Schoeny 2025-10-11 12:39:50 -10:00
parent 0ac0be342d
commit be00bea7d5

View File

@ -6,6 +6,7 @@
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"db:pull": "supabase db pull && supabase gen types --project-id \"scfxbqapigdjfebqwmoj\" > src/types/db.ts",
"postinstall": "patch-package"
},
"dependencies": {