add new feature flag FLAG_DISABLE_IMAGE_PROCESSING

This commit is contained in:
Amruth Pillai
2026-02-10 18:33:07 +01:00
parent f237c42093
commit 87e2f2f391
9 changed files with 25 additions and 7 deletions
+1
View File
@@ -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),
},
});