Spaces:
Sleeping
Sleeping
File size: 463 Bytes
ce8f04a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # GrantForge frontend (Vercel / local Vite)
# Copy to .env.local — never commit real secrets.
VITE_CLERK_PUBLISHABLE_KEY=pk_test_...
VITE_API_URL=/api
# Or absolute API: VITE_API_URL=https://your-space.hf.space/api
# Optional observability (safe to omit — app builds and runs without them)
# VITE_SENTRY_DSN=https://YOUR_KEY@o0.ingest.sentry.io/0
# VITE_POSTHOG_KEY=phc_...
# Stripe (checkout)
# VITE_STRIPE_PRICE_ID_PRO=price_...
# VITE_APP_VERSION=1.3.0
|