Support Bun Runtime #612
Replies: 2 comments
|
Is Bun compat with SWC? That's the only Rust I know we have in our codebase. It was working at some point too so wonder when it regressed. We should get Bun tests into CI, if you want to help with that. |
|
— Did a bit of research with Grok, here’s the gist:
— |
Uh oh!
There was an error while loading. Please reload this page.
Currently, when trying to run a One project using Bun runtime via this command "bun run --bun dev" (without using --bun, Bun will use Node.js implicity, that is how it's built, unfortunately). This is the output and error message:
All reactions