Skip to content

Commit

Permalink
chore(examples): supabase-demo, gitignore the db schemas, get them po…
Browse files Browse the repository at this point in the history
…stinstall
  • Loading branch information
alex-noel committed Jan 31, 2025
1 parent c10afcd commit 0f842da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 232 deletions.
4 changes: 4 additions & 0 deletions examples/supabase-demo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ yarn-error.log*

# typescript
*.tsbuildinfo

databaseSchema.json

./types/supabase.ts
79 changes: 0 additions & 79 deletions examples/supabase-demo/databaseSchema.json

This file was deleted.

1 change: 1 addition & 0 deletions examples/supabase-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"postinstall": "yarn gen-types && yarn gen-schema",
"dev": "next dev",
"build": "yarn gen-types && yarn gen-schema && next build",
"start": "next start",
Expand Down
153 changes: 0 additions & 153 deletions examples/supabase-demo/types/supabase.ts

This file was deleted.

0 comments on commit 0f842da

Please sign in to comment.