init work

This commit is contained in:
zizifn
2022-12-05 05:02:47 +08:00
committed by zizifn
parent 5475daa162
commit 26db660035
17 changed files with 376 additions and 133 deletions

View File

@@ -7,13 +7,13 @@
"run": {
"executor": "nx:run-commands",
"options": {
"command": "deno run --allow-net apps/deno-bypass/src/bypass.ts "
"command": "deno run --allow-net --allow-env --allow-write apps/deno-bypass/src/bypass.ts "
}
},
"serve": {
"executor": "nx:run-commands",
"options": {
"command": "deno run --allow-net --watch apps/deno-bypass/src/bypass.ts "
"command": "deno run --allow-net --allow-write --allow-env --watch apps/deno-bypass/src/bypass.ts "
}
}
},