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
@@ -52,5 +52,6 @@ declare namespace NodeJS {
FLAG_DEBUG_PRINTER: string | boolean;
FLAG_DISABLE_SIGNUPS: string | boolean;
FLAG_DISABLE_EMAIL_AUTH: string | boolean;
FLAG_DISABLE_IMAGE_PROCESSING: string | boolean;
}
}