Remove esm.sh externals
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ export default async function bunextRequestHandler({ req: initial_req, server, }
|
||||
if (url.pathname === "/__hmr" && is_dev) {
|
||||
response = await handleHmr({ req });
|
||||
}
|
||||
else if (url.pathname.startsWith("/.bunext/public/pages")) {
|
||||
else if (url.pathname.startsWith("/.bunext")) {
|
||||
response = await handleBunextPublicAssets({ req });
|
||||
}
|
||||
else if (url.pathname.startsWith("/api/")) {
|
||||
|
||||
Reference in New Issue
Block a user