mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-03-21 17:54:09 -05:00
Add db:pull script
This commit is contained in:
parent
0ac0be342d
commit
be00bea7d5
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user