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 9aabab0 commit 5858712Copy full SHA for 5858712
frameworks/solid/add-ons/t3env/assets/src/env.ts
@@ -3,7 +3,7 @@ import { z } from "zod";
3
4
export const env = createEnv({
5
server: {
6
- SERVER_URL: z.string().url().optional(),
+ SERVER_URL: z.url().optional(),
7
},
8
9
/**
@@ -36,4 +36,4 @@ export const env = createEnv({
36
* explicitly specify this option as true.
37
*/
38
emptyStringAsUndefined: true,
39
-});
+});
0 commit comments