diff --git a/apps/renderer/__debug_proxy.html b/apps/renderer/__debug_proxy.html index cb7b7d651..afa7012e0 100644 --- a/apps/renderer/__debug_proxy.html +++ b/apps/renderer/__debug_proxy.html @@ -1,94 +1,45 @@ - - - - - - + fetch(`${host}`) + .then((res) => res.text()) + .then((html) => { + const parser = new DOMParser() + const doc = parser.parseFromString(html, "text/html") + document.head.innerHTML = doc.head.innerHTML + document.body.innerHTML = doc.body.innerHTML - - - - Follow - - - -
- -
-
-
-
-
- + diff --git a/packages/shared/src/hono.ts b/packages/shared/src/hono.ts index e63fc3648..264547f8a 100644 --- a/packages/shared/src/hono.ts +++ b/packages/shared/src/hono.ts @@ -5281,6 +5281,15 @@ declare const _routes: hono_hono_base.HonoBase