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 b45bb44 commit ed47fd3Copy full SHA for ed47fd3
src/server/server.ts
@@ -130,7 +130,7 @@ async function getTypeOutput(): Promise<string | null> {
130
),
131
types: types!,
132
detectOneToOneRelationships: GENERATE_TYPES_DETECT_ONE_TO_ONE_RELATIONSHIPS,
133
- postgresVersion: POSTGREST_VERSION,
+ postgrestVersion: POSTGREST_VERSION,
134
}
135
136
switch (GENERATE_TYPES?.toLowerCase()) {
0 commit comments