gigafibre-fsm/infra/.env.example
louispaulb 632e4ae0d1 Refactor: modular architecture — extract composables & components
- Extract useDragDrop.js (drag/drop, block move, resize)
- Extract useSelection.js (lasso, multi-select, hover linking)
- Extract WeekCalendar.vue, MonthCalendar.vue, RightPanel.vue
- DispatchV2Page.vue: 3018 → 1438 lines (orchestration only)
- Remove <style scoped> — styles cascade to child components
- Add .dockerignore (build context 214MB → 112KB)
- Add infra/ with docker-compose reference and .env.example

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 16:08:56 -04:00

9 lines
148 B
Plaintext

# ERPNext
ERPNEXT_VERSION=v15.49.2
DB_ROOT_PASSWORD=admin
# PostgreSQL (address autocomplete)
PG_DB=dispatch
PG_USER=dispatch
PG_PASSWORD=dispatch