Deploy: Add Cloudflare Worker, D1 database integration, and updated README
- Add complete Cloudflare Worker implementation with waitlist API endpoints - Integrate Cloudflare D1 SQLite database for production waitlist storage - Add wrangler configuration for Worker deployment and D1 binding - Rewrite README with comprehensive deployment and architecture documentation - Update environment configuration and build setup - Add waitlist utility functions and API client - Update project dependencies and Vite configuration - Deploy live to https://react-example.white-glade-ab2c.workers.dev
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Core app runtime
|
||||
VITE_APP_URL="https://your-domain.com"
|
||||
VITE_GEMINI_API_KEY="MY_GEMINI_API_KEY"
|
||||
VITE_WAITLIST_API_URL="/api"
|
||||
|
||||
# Firebase web config
|
||||
VITE_FIREBASE_API_KEY="YOUR_FIREBASE_API_KEY"
|
||||
|
||||
Reference in New Issue
Block a user