How Does Nx Determine Build Tools and Targets for Different Apps in a Monorepo?
When I run nx serve web
, it starts the web app using Vite. Similarly, when I run nx start mobile
, it starts the mobile app using Expo. However, I don’t understand how Nx knows which build tool to use for each app.
How Does Nx Determine Build Tools and Targets for Different Apps in a Monorepo?
When I run nx serve web
, it starts the web app using Vite. Similarly, when I run nx start mobile
, it starts the mobile app using Expo. However, I don’t understand how Nx knows which build tool to use for each app.