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 4d5f6df commit eb600b8Copy full SHA for eb600b8
src/server/templates/typescript.ts
@@ -36,9 +36,9 @@ export const apply = async ({
36
37
const internal_supabase_schema = postgrestVersion
38
? `// Allows to automatically instanciate createClient with right options
39
- // instead of createClient<Database, { postgrestVersion: 'XX' }>(URL, KEY)
40
- __internal_supabase: {
41
- postgrestVersion: '${postgrestVersion}'
+ // instead of createClient<Database, { PostgrestVersion: 'XX' }>(URL, KEY)
+ __InternalSupabase: {
+ PostgrestVersion: '${postgrestVersion}'
42
Tables: {
43
[_ in never]: never
44
}
0 commit comments