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:
zizifn
2023-03-29 18:23:32 +08:00
committed by GitHub
parent 5701e65fd6
commit 8757f3e2bb
8 changed files with 1044 additions and 6359 deletions

View File

@@ -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"],