fixed build issue
This commit is contained in:
Vendored
+2
-2
@@ -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"
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user