feat: added missing validation

This commit is contained in:
=
2025-05-27 19:17:06 +05:30
parent 1407a122b9
commit 1a89f2a479

View File

@@ -265,7 +265,7 @@ const envSchema = z
),
/* INTERNAL ----------------------------------------------------------------------------- */
INTERNAL_REGION: zpStr(z.string().optional())
INTERNAL_REGION: zpStr(z.enum(["us", "eu"]).optional())
})
// To ensure that basic encryption is always possible.
.refine(