clean up things

This commit is contained in:
zizifn
2022-12-06 00:27:45 +08:00
committed by zizifn
parent cc05814c24
commit 6cd5aab68a
8 changed files with 17 additions and 137 deletions

View File

@@ -48,7 +48,7 @@
"pkg": {
"executor": "nx:run-commands",
"options": {
"command": "npx pkg dist/apps/edge-bypass-client/main.js --targets linux,linux-arm64,macos,win --compress GZip --output dist/pkg/edge-tunnel-client/edgetunnel"
"command": "npx pkg dist/apps/edge-bypass-client/main.js --targets win --compress GZip --output dist/pkg/edge-tunnel-client/edgetunnel"
},
"dependsOn": ["build"]
},