code-server/cursor-fullstack/cloudflare-pages.json
Cursor Agent d4e6c92e49 Fix: Resolve Cloudflare deployment and configuration issues
Co-authored-by: fekofal332 <fekofal332@reaxu.com>
2025-10-13 08:24:55 +00:00

11 lines
No EOL
251 B
JSON

{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"rootDirectory": "cloudflare/frontend",
"installCommand": "npm install",
"framework": "vite",
"nodeVersion": "18",
"environmentVariables": {
"NODE_ENV": "production"
}
}