Files
worldmonitor/public
Elie Habib 8b44bd2d1c fix(pro): bake Clerk publishable key into /pro static bundle (#2800)
* fix(pro): bake Clerk publishable key into /pro static bundle

The pro-test Vite app builds to public/pro/ as committed static files.
VITE_CLERK_PUBLISHABLE_KEY was set in Vercel but never available during
the local Vite build, so the JS bundle shipped without it, causing
"VITE_CLERK_PUBLISHABLE_KEY not set" at runtime on Get Started click.

Added .env.production with the publishable key and rebuilt the bundle.

* fix(pro): track .env.production so build is reproducible, drop unrelated api.d.ts

Un-ignore pro-test/.env.production (publishable key is public by design)
so a clean checkout + npm run build:pro produces a working bundle.
Reverted unrelated convex/_generated/api.d.ts churn from the first commit.
2026-04-07 22:28:29 +04:00
..
2026-01-10 17:36:14 +04:00