In this case, we'd want `local:` in `child` to be relative of the `child` root folder and not to the `main_project` root folder like today. ```mermaid graph LR main_project --> child child --> nested_child ```