Skip to content

Commit 67584f2

Browse files
committed
fix(frontend): allow __SAME__ for VITE_APP_API_URL
1 parent e58f339 commit 67584f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/lib/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import z from "zod";
22

33
export const commonEnvSchema = z.object({
4-
VITE_APP_API_URL: z.string().url(),
4+
VITE_APP_API_URL: z.string(),
55
VITE_APP_ASSETS_URL: z.string().url(),
66
VITE_APP_POSTHOG_API_KEY: z.string().optional(),
77
VITE_APP_POSTHOG_API_HOST: z.string().url().optional(),

0 commit comments

Comments
 (0)