add Ws 0rtt into node and deno (#103)

add ws 0rtt to deno and nodejs
This commit is contained in:
zizifn
2023-03-05 16:20:04 +08:00
committed by GitHub
parent c4f3cf8390
commit c2d655774f
45 changed files with 1406 additions and 553 deletions

View File

@@ -2,9 +2,11 @@
"deno.codeLens.implementations": true,
"deno.codeLens.references": true,
"deno.enablePaths": [
"apps/deno-bypass",
"apps/deno-vless/src/deno",
"apps/deno-vless/src/main.ts",
"apps/deno-vless/src/deno-test.ts"
]
"apps/deno-vless/src/deno-test.ts",
"apps/deno-vless2"
],
"deno.unstable": true,
"deno.importMap": "./import_map.json"
}