[internal] Move network_thread into http package

This commit is contained in:
Jarred Sumner
2021-12-30 21:27:27 -08:00
parent e75c711c68
commit b1c3fce49b
17 changed files with 32 additions and 435 deletions

View File

@@ -1,6 +1,6 @@
{
"dependencies": {
"peechy": "0.4.22"
"peechy": "0.4.23"
},
"scripts": {
"build-runtime": "esbuild --target=esnext --bundle src/runtime/index.ts --format=iife --platform=browser --global-name=BUN_RUNTIME > src/runtime.out.js; cat src/runtime.footer.js >> src/runtime.out.js",