From a388b448c8e59d6574e97c8b853b2c365f49f23d Mon Sep 17 00:00:00 2001 From: Your Name <119736744+aborayan2022@users.noreply.github.com> Date: Tue, 10 Mar 2026 12:06:56 +0200 Subject: [PATCH] Add feature flags for editor, OCR, and remove background tools in environment configuration --- frontend/.env.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/.env.example b/frontend/.env.example index f904a6e..72a602f 100644 --- a/frontend/.env.example +++ b/frontend/.env.example @@ -7,3 +7,8 @@ VITE_ADSENSE_SLOT_HOME_TOP=1234567890 VITE_ADSENSE_SLOT_HOME_BOTTOM=1234567891 VITE_ADSENSE_SLOT_TOP_BANNER=1234567892 VITE_ADSENSE_SLOT_BOTTOM_BANNER=1234567893 + +# Feature Flags (set to "false" to disable a tool; enabled by default) +VITE_FEATURE_EDITOR=true +VITE_FEATURE_OCR=true +VITE_FEATURE_REMOVEBG=true