fix: Allow root microfrontends.json config for @vercel/microfrontends (#11264)
### Description
`@vercel/microfrontends` allows a `microfrontends.json` file at the root
of the repository, but our logic was faulty in detecting this
interaction.
### Testing Instructions
Added a test for this case and tested by hand.