Files
wgBill/frontend/.env.example
T
dodox d97aac0e17 Initial scaffold: Flask/SQLite backend, React/Vite PWA frontend
Backend: receipt upload -> LLM vision extraction (OpenAI-compatible,
provider-agnostic), item review/edit, per-group splitting against
Cospend projects/members, highlight+upload via WebDAV, public share
link, bill creation via Cospend's OCS API (verified against real
source, not just doc summaries).

Frontend: capture -> review -> group -> summary flow as an installable
PWA.

install.sh / run.sh (venv + npm, tmux session) instead of Docker, per
the ~/Projects/gain pattern.
2026-08-30 15:02:18 +02:00

5 lines
221 B
Bash

# Leave empty for local dev (vite.config.ts proxies /api -> localhost:5000).
# Set to the deployed backend's origin when building for production, e.g.
# VITE_API_BASE_URL=https://wgbill-api.example.com
VITE_API_BASE_URL=