abusarah
Explore posts from serversModule not found '.../index.ts' with Bun
Hi everyone,
I just created a fresh hono app and using Bun as a package manager. When I run
bun dev
it initally works fine until I hit save on the index.ts
file then I get an error error: Module not found '<path-of-project>/src/index.ts
.
The only way I can get it back to run is to restart the process completely...
Has anyone encountered this issue and is there any way to fix it?1 replies