Skip to content

Commit 4a4c0cc

Browse files
committed
fix
1 parent 8edb15f commit 4a4c0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "code.editor.server",
33
"scripts": {
44
"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"
5+
"build": "pkg -t node20-linux-x64 ./src/cgi.js --output ../app/app/server/api",
6+
"build:arm": "pkg -t node20-linux-arm64 ./src/cgi.js --output ../app/app/server/api"
77
},
88
"dependencies": {
99
"@koa/cors": "^5.0.0",

0 commit comments

Comments
 (0)