I've created a video for you to show you the correct steps to host NX Monorepo in Vercel.
The main steps are:
Set the Framework Preset to: Angular
Set the build command to something like: npx nx build eclair_demo
(eclair_demo is the name of the app)
Set the output directory to: dist/apps/eclair_demo
Set the install command to: npm install