- 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
9 lines
198 B
TOML
9 lines
198 B
TOML
name = "bm-connect-api"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2026-08-26"
|
|
|
|
[[d1_databases]]
|
|
binding = "DB"
|
|
database_name = "bm_connect_db"
|
|
database_id = "5cf8ba8c-fe38-4db4-bf95-aa8fb8c09892"
|