We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edb15f commit 4a4c0ccCopy full SHA for 4a4c0cc
backend/package.json
@@ -2,8 +2,8 @@
2
"name": "code.editor.server",
3
"scripts": {
4
"dev": "node --watch src/koa.js",
5
- "build": "pkg -t node16-linux-x64 ./src/cgi.js --output ../app/app/server/api --no-bytecode",
6
- "build:arm": "pkg -t node16-linux-arm64 ./src/cgi.js --output ../app/app/server/api --no-bytecode"
+ "build": "pkg -t node20-linux-x64 ./src/cgi.js --output ../app/app/server/api",
+ "build:arm": "pkg -t node20-linux-arm64 ./src/cgi.js --output ../app/app/server/api"
7
},
8
"dependencies": {
9
"@koa/cors": "^5.0.0",
0 commit comments