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 d270a66 commit 08bee76Copy full SHA for 08bee76
src/server/constants.ts
@@ -54,3 +54,5 @@ export const DEFAULT_POOL_CONFIG: PoolConfig = {
54
}
55
56
export const PG_META_REQ_HEADER = process.env.PG_META_REQ_HEADER || 'request-id'
57
+
58
+export const DEFAULT_SCHEMA = process.env.PG_META_GENERATE_TYPES_DEFAULT_SCHEMA
0 commit comments