How to disable bun.js cache for node_modules?
I changed javascript source code in one of node_modules
dependencies, for debug purposes.
Bun: Cannot find module “./lib/decorators/timed”
I’m having an issue when bundling the Bun app. It uses Hono and WebSockets and runs perfectly on the dev runtime, but I’m having a problem running it after i build it with un build. I get the error message: Cannot find module "./lib/decorators/timed" from "/Users/b/codebases/az/mdlr/api/.api/index.js"
Bun lockfile Issue
I’ve created bun project with type: