feat: Implement API service for handling system, recipe, process, hardware, safety, and user management endpoints feat: Create Zustand store for managing system state and connection status feat: Define TypeScript types for system, recipe, process, hardware, safety, user, and API responses chore: Configure Vite for React development with TypeScript and Tailwind CSS feat: Implement CSV migration tools for importing legacy data into the new system
11 lines
341 B
Plaintext
11 lines
341 B
Plaintext
# Development environment
|
|
VITE_API_BASE_URL=http://localhost:8000
|
|
VITE_WEBSOCKET_URL=ws://localhost:8000
|
|
VITE_APP_TITLE=Tempering Control System
|
|
VITE_APP_ENV=development
|
|
|
|
# Production environment (example)
|
|
# VITE_API_BASE_URL=https://your-production-domain.com
|
|
# VITE_WEBSOCKET_URL=wss://your-production-domain.com
|
|
# VITE_APP_ENV=production
|