Skip to content

Commit

Permalink
chore: update session password zod
Browse files Browse the repository at this point in the history
  • Loading branch information
Envoy-VC committed Aug 6, 2024
1 parent 23d7315 commit a8acdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { z } from 'zod';
export const env = createEnv({
server: {
NODE_ENV: z.enum(['development', 'test', 'production']),
IRON_SESSION_PASSWORD: z.string().length(32),
IRON_SESSION_PASSWORD: z.string(),
},
client: {
NEXT_PUBLIC_WALLETCONNECT_ID: z.string().min(1),
Expand Down

0 comments on commit a8acdc4

Please sign in to comment.