Files
sa4cps-frontend/.env
rafaeldpsilva 32c63628b6 Add analytics dashboard view and API integration
- Add AnalyticsView.vue for real-time API analytics - Update router to
include /analytics route - Add Analytics link to BottomNav - Improve
MetricCard layout for dashboard consistency - Update main.ts to
initialize global auth store - Add Dockerfile and .env for
containerization and config - Update README with complete API and
architecture overview - Disable Tailwind in main.scss for SCSS-only
styling
2025-09-18 14:28:01 +01:00

6 lines
122 B
Bash

# API Configuration
VITE_API_BASE_URL=http://localhost:8000
# WebSocket Configuration
VITE_WS_URL=ws://localhost:8000/ws