mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 14:57:00 +10:00
add new feature flag FLAG_DISABLE_IMAGE_PROCESSING
This commit is contained in:
@@ -67,5 +67,6 @@ export const env = createEnv({
|
||||
FLAG_DEBUG_PRINTER: z.stringbool().default(false),
|
||||
FLAG_DISABLE_SIGNUPS: z.stringbool().default(false),
|
||||
FLAG_DISABLE_EMAIL_AUTH: z.stringbool().default(false),
|
||||
FLAG_DISABLE_IMAGE_PROCESSING: z.stringbool().default(false),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user