[bun.js] Add baseURI support to HTTP server

This commit is contained in:
Jarred Sumner
2022-04-07 06:22:42 -07:00
parent b97e81b27f
commit 4e05fd0541
8 changed files with 118 additions and 15 deletions

Binary file not shown.

View File

@@ -8,9 +8,7 @@
"build": "esbuild --define:process.env.NODE_ENV=\"'production'\" --minify index.tsx bun-error.css --bundle --outdir=dist --platform=browser --format=esm"
},
"dependencies": {
"esbuild": "^0.14.10",
"preact": "^10.5.14",
"preact-compat": "^3.19.0",
"esbuild": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},