botserver/src/designer/designer_api
Rodrigo Rodriguez (Pragmatismo) 7d8f141fc2
Some checks failed
BotServer CI/CD / build (push) Failing after 1m28s
refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path()
- Adds get_stack_path() helper: returns /opt/gbo in production (.env without botserver-stack), ./botserver-stack in dev
- Adds get_work_path() helper: returns /opt/gbo/work in production, ./botserver-stack/data/system/work in dev
- Updated 35+ files to use dynamic path resolution
- Production system container no longer needs botserver-stack directory
- Work files go to /opt/gbo/work instead of /opt/gbo/bin/botserver-stack
2026-04-04 09:24:44 -03:00
..
handlers.rs feat: add campaigns, attendance SLA, and marketing modules 2026-03-14 16:35:42 -03:00
llm_integration.rs refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path() 2026-04-04 09:24:44 -03:00
mod.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
types.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
utils.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
validators.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00