feat: add drive feature to default features
All checks were successful
BotServer CI/CD / build (push) Successful in 1m18s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-09 19:47:18 -03:00
parent a51eff0fd3
commit ed6ce514a8

View file

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