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 e58f339 commit 67584f2Copy full SHA for 67584f2
frontend/src/lib/env.ts
@@ -1,7 +1,7 @@
1
import z from "zod";
2
3
export const commonEnvSchema = z.object({
4
- VITE_APP_API_URL: z.string().url(),
+ VITE_APP_API_URL: z.string(),
5
VITE_APP_ASSETS_URL: z.string().url(),
6
VITE_APP_POSTHOG_API_KEY: z.string().optional(),
7
VITE_APP_POSTHOG_API_HOST: z.string().url().optional(),
0 commit comments