Skip to main content

undeclared_root_apps

Function undeclared_root_apps 

Source
pub fn undeclared_root_apps(workspace: &Workspace, env: &Env) -> Vec<String>
Expand description

Only the overlay generate always writes. docker-compose.extra.yml is written per extra app, so a workspace with none legitimately has no such file - demanding it would be a failure no repair could ever clear. Directories beside the frontend repo that look like runnable apps.

init --update only scans FRONTEND_DIR/apps, so an app kept next to that repo is invisible to it: not in the bind mount, not in the pnpm workspace, never offered. These are the ones ROOT_APPS exists for.