feat: add drive feature to default features
All checks were successful
BotServer CI/CD / build (push) Successful in 1m18s
All checks were successful
BotServer CI/CD / build (push) Successful in 1m18s
This commit is contained in:
parent
a51eff0fd3
commit
ed6ce514a8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ features = ["database", "i18n"]
|
|||
|
||||
[features]
|
||||
# ===== DEFAULT =====
|
||||
default = ["chat", "automation", "cache", "llm", "vectordb", "crawler"]
|
||||
default = ["chat", "automation", "cache", "llm", "vectordb", "crawler", "drive"]
|
||||
|
||||
# ===== SECURITY MODES =====
|
||||
# no-security: Minimal build - chat, automation, drive, cache only (no RBAC, directory, security, compliance)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue