Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/1.getting-started/1.introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ The path for the generated Supabase TypeScript definitions. The database definit

```bash
## Generate types from live database
supabase gen types --lang=typescript --project-id YourProjectId > types/database.types.ts
supabase gen types --lang=typescript --project-id YourProjectId > app/types/database.types.ts

## Generate types when using local environment
supabase gen types --lang=typescript --local > types/database.types.ts
supabase gen types --lang=typescript --local > app/types/database.types.ts
```

Set to `false` to disable.
Expand Down
Loading