code-server/cursor-fullstack/deployment-package/cloudflare-pages.json
Cursor Agent f9114b4ce7 feat: Add Cloudflare Pages deployment and update build config
Co-authored-by: vatox11567 <vatox11567@reaxu.com>
2025-10-12 21:44:54 +00:00

15 lines
No EOL
491 B
JSON

{
"buildCommand": "echo 'Static deployment - no build needed'",
"outputDirectory": ".",
"rootDirectory": ".",
"installCommand": "echo 'Static deployment - no dependencies'",
"framework": "static",
"nodeVersion": "18",
"environmentVariables": {
"NODE_ENV": "production",
"VITE_BACKEND_URL": "https://cursor-backend.workers.dev",
"VITE_WS_URL": "wss://cursor-backend.workers.dev",
"VITE_APP_NAME": "Cursor Full Stack AI IDE",
"VITE_APP_VERSION": "1.0.0"
}
}