Files
kaiser-natron/.env.example
Dorian 7bd8e0a181 chore: initial commit
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>
2026-04-19 15:09:27 +01:00

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