mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-22 01:22:21 +08:00
22 lines
526 B
JSON
22 lines
526 B
JSON
{
|
|
"name": "deno-bypass",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "apps/deno-bypass/src",
|
|
"projectType": "application",
|
|
"targets": {
|
|
"run": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "deno run --allow-net apps/deno-bypass/src/bypass.ts "
|
|
}
|
|
},
|
|
"serve": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "deno run --allow-net --watch apps/deno-bypass/src/bypass.ts "
|
|
}
|
|
}
|
|
},
|
|
"tags": []
|
|
}
|