I have setup a pnpm workspace with a number of projects that I am adding as git submodules.
A previously working Nuxt project suddenly started giving the error The request url * is outside of Vite serving allow list
for multiple files, including dependencies installed as pnpm modules inside the workspace node_modules
folder.
The only change had been to initialise my project as a git repository.
I was expecting the dev server to keep working, and that changes to git would not have any effect.
The project still builds ok.