@hono/vite-build 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,7 +36,6 @@ const getEntryContent = async (options) => {
36
36
  } catch {}
37
37
  return app.fetch(c.req.raw, c.env, executionCtx)
38
38
  })
39
- console.log(app.notFoundHandler)
40
39
  added = true
41
40
  }
42
41
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hono/vite-build",
3
3
  "description": "Vite plugin to build your Hono app",
4
- "version": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.js",
7
7
  "type": "module",