Skip to content

Commit

Permalink
Make beam key optional
Browse files Browse the repository at this point in the history
  • Loading branch information
KMKoushik committed Mar 13, 2024
1 parent 24be605 commit 9dca9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const env = createEnv({
NEXT_PUBLIC_URL: z.string(),
NEXT_PUBLIC_R2_PUBLIC_URL: z.string(),
NEXT_PUBLIC_WEB_PUSH_PUBLIC_KEY: z.string(),
NEXT_PUBLIC_BEAM_ID: z.string(),
NEXT_PUBLIC_BEAM_ID: z.string().optional(),
},

/**
Expand Down

0 comments on commit 9dca9d1

Please sign in to comment.