e5579a4d678214954782eb0edd7e2cc9ccb7b547
Vite's default envDir is the `root` option, which here points into `src/demo/apps/<slice>/` — no env files live there, so the Google Maps API key from `.env.local` never made it into the production bundle and ProviderMap silently fell back to its "no API key" empty state on parsons.tensordesign.com.au. Set envDir to the repo root so `.env` and `.env.local` are picked up. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
TypeScript
94.6%
JavaScript
2.8%
CSS
2.5%
HTML
0.1%