mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
[bun.js] Add baseURI support to HTTP server
This commit is contained in:
Binary file not shown.
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user