Files

12 lines
202 B
Bash
Raw Permalink Normal View History

2026-08-12 10:55:49 +00:00
# Frontend Configuration
# Copy this to .env and adjust as needed
# Backend API URL
VITE_BACKEND_URL=http://localhost:5959
# API base path
VITE_API_BASE=/rpc/v1
# Development mode
VITE_DEV_MODE=true