apps/web: env.js make USE_DEV_COLORS optional
This commit is contained in:
parent
7a74972c79
commit
148cca451b
@ -2,7 +2,7 @@ const { z } = require('zod');
|
|||||||
|
|
||||||
const envSchema = z.object({
|
const envSchema = z.object({
|
||||||
URL_IUS_DIRECT: z.string(),
|
URL_IUS_DIRECT: z.string(),
|
||||||
USE_DEV_COLORS: z.string(),
|
USE_DEV_COLORS: z.string().optional(),
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = envSchema;
|
module.exports = envSchema;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user