Skip to content

Commit 10ba456

Browse files
committed
updated env schema
1 parent 06a805a commit 10ba456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/src/env/schema.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { z } from "zod";
77
*/
88
export const serverSchema = z.object({
99
DATABASE_URL: z.string().url(),
10+
NEXT_PUBLIC_ADMIN_PASSWORD: z.string(),
1011
NODE_ENV: z.enum(["development", "test", "production"]),
1112
});
1213

0 commit comments

Comments
 (0)