Documentation is
Explain in Detail
Say I have a monorepo with /frontend and /backend and I want different config for them as well as some shared config.
I see Vite+ can be configured using a single vite.config.ts at the root of your project:
So would I just have a root config and then a config file in each folder that overrides the root configs?
Your Suggestion for Changes
Add docs for nested folders overriding
Relevant Page
No response
Reproduction (Optional)
No response
Steps to reproduce (Optional)
No response