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 e5b3ecc commit 0ab77a8Copy full SHA for 0ab77a8
apps/nextjs/src/env.ts
@@ -16,7 +16,7 @@ export const env = createEnv({
16
* This way you can ensure the app isn't built with invalid env vars.
17
*/
18
server: {
19
- POSTGRES_URL: z.string().url(),
+ POSTGRES_URL: z.url(),
20
},
21
22
/**
0 commit comments