fixed build issue

This commit is contained in:
2025-09-05 00:53:18 +02:00
parent 03204b47ee
commit 610d6b62e4
3 changed files with 5 additions and 4 deletions

View File

@@ -7,6 +7,6 @@ export const env = createEnv({
HYPIXEL_API_KEY: z.string().min(1)
},
experimental__runtimeEnv: true,
emptyStringAsUndefined: true
emptyStringAsUndefined: true,
skipValidation: process.env.DOCKER === "1"
})