Overview
Monorepo Setup
If you have a monorepo, or a project located in a subdirectory relative to your GitHub repository, use the root property in your val.config.ts file.
Example configuration
The root property should be the path from your repository root to your project directory. For example, if your project is in a /web folder in your repository, set root: '/web'.