Skip to content

Commit

Permalink
fix: update env config
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed May 5, 2024
1 parent 9ba0494 commit d758c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/env.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const env = createEnv({
NEXT_PUBLIC_TYPESENSE_PROTOCOL: process.env.NEXT_PUBLIC_TYPESENSE_PROTOCOL,
TYPESENSE_ADMIN_API_KEY: process.env.TYPESENSE_ADMIN_API_KEY,
},
skip: v.parse(
validation: v.parse(
v.optional(v.picklist(["disabled", "enabled", "public"]), "enabled"),
process.env.ENV_VALIDATION,
),
Expand Down

0 comments on commit d758c6e

Please sign in to comment.