Skip to content

Commit

Permalink
feat : added supabase sdk and types command
Browse files Browse the repository at this point in the history
  • Loading branch information
fredygerman committed Dec 10, 2023
1 parent 758f1d7 commit 9aa304e
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 4 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"update-types": "npx supabase gen types typescript --project-id nhgdhyfojjmkfqpwcctr > types/db_types.ts",
"lint": "next lint"
},
"dependencies": {
Expand All @@ -23,6 +24,7 @@
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"supabase": "^1.115.4",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
167 changes: 163 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9aa304e

Please sign in to comment.