Is bun for everything a good solution?
# typescript
b
Is bun for everything a good solution?
l
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.
I'd love to migrate some of my larger ts-node-based projects to bun.
b
What you mean extra configuration?
l
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.