Bun requires a bit of extra configuration, but if you've got a lot of component resources and therefore a lot of unit tests, the extra performance is really nice.
little-cartoon-10569
04/10/2025, 9:37 PM
I'd love to migrate some of my larger ts-node-based projects to bun.
b
brief-football-29481
04/10/2025, 10:48 PM
What you mean extra configuration?
l
little-cartoon-10569
04/10/2025, 10:59 PM
You need to put some runttime config in your Pulumi.yaml to get bun working. The default is tsc + ts-node. Just updating your package.json isn't enough.