mirror of
https://github.com/cdr/code-server.git
synced 2025-12-13 03:43:22 +01:00
15 lines
No EOL
491 B
JSON
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"
|
|
}
|
|
} |