This commit introduces scripts for deploying the backend to Cloudflare Workers, including fixes for upload issues and token verification. It also includes the `simple-backend.js` worker code with observability features and endpoints for health checks, AI providers, chat, tools, and workspace files.
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
This commit introduces a Cloudflare worker for the backend API and includes deployment scripts for both the full and simplified API setups.
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
Adds a bash script to automate the deployment of the Cursor IDE application to Cloudflare Workers and Pages.
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
This commit sets up the Vite configuration for Cloudflare Pages, including optimizations, proxy settings, and environment variables. It also updates the package.json with new scripts for deployment and development.
Co-authored-by: logato7838 <logato7838@vsihay.com>
This commit introduces the necessary files and configurations to deploy the Cursor AI IDE to Cloudflare Workers and Pages. It includes setup scripts, backend and frontend code adjustments, and wrangler configuration for seamless deployment.
Co-authored-by: logato7838 <logato7838@vsihay.com>