Add feature flags for editor, OCR, and remove background tools in environment configuration

This commit is contained in:
Your Name
2026-03-10 12:06:56 +02:00
parent 0be708a8d1
commit a388b448c8

View File

@@ -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