mirror of
https://github.com/cdr/code-server.git
synced 2025-12-27 02:42:50 +01:00
11 lines
No EOL
251 B
JSON
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"
|
|
}
|
|
} |