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 06a805a commit 10ba456Copy full SHA for 10ba456
www/src/env/schema.mjs
@@ -7,6 +7,7 @@ import { z } from "zod";
7
*/
8
export const serverSchema = z.object({
9
DATABASE_URL: z.string().url(),
10
+ NEXT_PUBLIC_ADMIN_PASSWORD: z.string(),
11
NODE_ENV: z.enum(["development", "test", "production"]),
12
});
13
0 commit comments