Projects in Sub-Folders

If your project is not directly located in the repository root directory, you can change the root_path in your configuration, so that our default command inference can properly infer the necessary commands like installing dependencies and setting up your project:

build:
    nodes:
        backend:
            root_path: './backend'
            # ...

        frontend:
            root_path: './frontend'
            # ...