Skip to content

Commit 5b60f6e

Browse files
committed
temp fix clever
1 parent 16a2e4b commit 5b60f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const getBaseUrl = () => {
2424
export const envClient = createEnv({
2525
clientPrefix: 'VITE_',
2626
client: {
27-
VITE_BASE_URL: z.url(),
27+
VITE_BASE_URL: z.url().or(z.string()),
2828
VITE_IS_DEMO: z
2929
.enum(['true', 'false'])
3030
.optional()

0 commit comments

Comments
 (0)