#H3Error: Cannot find module 'bun:sqlite' imported from
3 messages · Page 1 of 1 (latest)
I think this is a quite difficult to fix: https://github.com/oven-sh/bun/issues/6738
Actually! It was easier to fix than I thought:
bun --bun run dev
3 messages · Page 1 of 1 (latest)
Same code works just fine with better-sqlite3
File has "use server" at start, so how it tries to find it seems to be important?
I think this is a quite difficult to fix: https://github.com/oven-sh/bun/issues/6738
Actually! It was easier to fix than I thought:
bun --bun run dev