Vue 3 + Tailwind v4 frontend scaffold with living design system at /design. Pinned dependencies, dev-only a11y toolbar with colour-vision simulation, WCAG contrast checker, and axe-core audit. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
# Copy to .env.local and fill in. Never commit secrets.
|
|
|
|
# Base URL of the backend API (Python). Leave empty to use Vite proxy.
|
|
VITE_API_BASE_URL=
|
|
|
|
# Set to "false" to hit the real backend instead of mock fixtures.
|
|
VITE_USE_MOCKS=true
|