mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 00:48:39 +08:00
Refactor deno (#107)
* refactor deno * refactor deno * add deno bunled * add eamodio.gitlens --------- Co-authored-by: zizifn3 <75520940+zizifn3@users.noreply.github.com>
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
"watch": true
|
||||
}
|
||||
},
|
||||
"deno-bunled": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"cwd": "apps/deno-vless",
|
||||
"command": "deno bundle src/main.ts deno-bunled.js"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/deno:test",
|
||||
"outputs": ["coverage/apps/deno-vless"],
|
||||
|
||||
Reference in New Issue
Block a user