Add feature flags for editor, OCR, and remove background tools in environment configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user