Run Both Node and Bun Apps In a Turborepo
Hello,
I was wondering if it possible to run both bun and node apps within the same turbo repo. I tried following the following guide, but it leads to alot of weird issues, including one where bun seems to be trying to install weird dependencies from other packages the bun app does not rely on. Any idea how I can do this? Thanks!
Guide: https://dev.to/0xahmad/running-both-nodejs-and-bun-apps-in-turborepo-33id
DEV Community
Running both nodejs and bun apps in turborepo
So finally today, after a little bit of tinkering about, I figured out how to use a bun-powered...
0 Replies