Getting started
Each app keeps its own environment file:
apps/web/.env—VITE_*values consumed by Vite at build time.apps/api/.env— Worker secrets (e.g.GEMINI_API_KEY).
Both are gitignored.
Each app keeps its own environment file:
apps/web/.env — VITE_* values consumed by Vite at build time.apps/api/.env — Worker secrets (e.g. GEMINI_API_KEY).Both are gitignored.