We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b642c48 commit 250282cCopy full SHA for 250282c
docs/content/2.get-started.md
@@ -122,10 +122,10 @@ The path for the generated Supabase TypeScript definitions. The database definit
122
123
```bash
124
## Generate types from live database
125
-supabase gen types typescript --project-id YourProjectId > types/database.types.ts
+supabase gen types --lang=typescript --project-id YourProjectId > types/database.types.ts
126
127
## Generate types when using local environment
128
-supabase gen types typescript --local > types/database.types.ts
+supabase gen types --lang=typescript --local > types/database.types.ts
129
```
130
131
Set to `false` to disable.
0 commit comments