rtritto
rtritto
Having the code, could you create a new official package for Hono inside [@hono/vite-plugins](https://github.com/honojs/vite-plugins/tree/main/packages)? Useful for community and developers. ~~If not, I will create my own package.~~ I created [universal-autorouter-hono](https://github.com/node-ecosystem/universal-autorouter-hono).
> Can you integrate this package: https://github.com/Julien-R44/hot-hook . Adonisjs is using it for HMR Why? The `hot-hook` can replace the function handler of routes in Hono app?
As alternative/workaround, I'm using the [REST-as-RPC approach](https://github.com/vikejs/vike/discussions/2035) with less config/code/dependencies/dev-dependencies. Like said in [comment](https://github.com/vikejs/vike/discussions/2035#discussioncomment-12109811), the advantages are: - after a route handler file is changed, the server is automatically restarted...
Maybe the changes in https://github.com/vikejs/vike-node/pull/69 can help for a Vite plugin
`mergeProps` is moved from `solid-js/web` to `solid-js`. The import from `solid-js/web` is deprecated.
> @rtritto is this fixed in the [1.0.3-rc](https://github.com/mongo-express/mongo-express/discussions/1369)? Looks like you fixed a rounding bug here?: [mongo-express/mongo-express#1184](https://github.com/mongo-express/mongo-express/pull/1184) Yes, the fix https://github.com/mongo-express/mongo-express/pull/1184 is in version 1.0.3-rc.
I think you should do a PR on repositry. If you have any questions, you can ask on Discussions.
FYI @mister-ben
Any update?
`tsx` can replace `rechoir` (missing ESM support https://github.com/electron/forge/issues/3671#issuecomment-2365167266) and `ts-node` dependencies. `tsx` handles the preparation and running of ESM/TypeScript modules out of the box (manual setup preparations, like `rechoir.prepare`, are...