How Does Nx Determine Build Tools and Targets for Different Apps in a Monorepo? #29475
Unanswered
Touseef-ahmad
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run
nx serve web
, it starts the web app using Vite. Similarly, when I runnx 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.For example:
Here are the relevant files:
Here’s my
nx.json
file located at the root of my project:project.json
forapps/mobile
project.json
forapps/web
Beta Was this translation helpful? Give feedback.
All reactions