apoorvrajdev's picture
feat(frontend): complete Phase 2B frontend-backend integration
a8f12e6
# Base URL for the FastAPI inference backend.
# Leave unset to use the default (http://127.0.0.1:8000).
# In production, set this to the deployed API origin, e.g.:
# VITE_API_BASE=https://api.example.com
VITE_API_BASE=http://127.0.0.1:8000