Yusuke Wada
Yusuke Wada
@movahhedi > should we have a hono installed in the root? It depends on how you compose the monorepo. If you can share the minimal project to reproduce it, I...
@insiderins > when i used 3rd middleware like OpenAPIHono can't use .route from Hono ? You can use it. In my environment, it does not throw an error.  Should I run MySQL on my machine? Or I've tried to set it up with SQLite,...
@movahhedi It does not throw the type errors:  How about deleting `node_modules` and running `bun install` again? ``` rm -rf node_modules bun run install...
> let me see your package.json, tsconfig.json, and your bun version mr @yusukebe These are the same as yours. The Bun version is `1.1.8`. Can you try to clone the...
@insiderins It's not good that your project contains both `package-lock.json` and `bun.lockb`. How about you remove these and re-install dependencies? ``` rm -rm node_modules bun.lockb package-lock.json bun install ``` And...
The @insiderins 's issue might have been closed. But @movahhedi, is your problem solved?
@yusukebe I think this is not a bug in the actual "code." So, I'm removing the `bug` label. But someone may resolve it in the future. I'll leave this open...