Skip to content

Commit a9b3bdc

Browse files
authored
docs(types): fix path to database type (#541)
1 parent 3011358 commit a9b3bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/1.getting-started/1.introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Options for cookies used to share tokens between server and client, refer to [co
155155
156156
### `types`
157157
158-
Default: `./types/database.types.ts`
158+
Default: `./app/types/database.types.ts`
159159
160160
The path for the generated Supabase TypeScript definitions. The database definitions will be automatically passed to all clients: `useSupabaseClient`, `serverSupabaseClient` and `serverSupabaseServiceRole`.
161161

0 commit comments

Comments
 (0)