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 0c69a7e commit fbb9cd8Copy full SHA for fbb9cd8
src/lib/helpers/config.ts
@@ -45,7 +45,6 @@ export const ConfigSchema = z.object({
45
"SERVER_BASE_PATH must not contain double slashes (//). Example: '/companion' not '//companion' or '/comp//anion'",
46
},
47
),
48
- ),
49
verify_requests: z.boolean().default(
50
Deno.env.get("SERVER_VERIFY_REQUESTS") === "true" || false,
51
0 commit comments