Skip to main content

discover_infrastructure_entry_points

Function discover_infrastructure_entry_points 

Source
pub fn discover_infrastructure_entry_points(root: &Path) -> Vec<EntryPoint>
Expand description

Discover entry points from infrastructure config files (Dockerfile, Procfile, fly.toml).

These files reference source files as entry points for processes that run outside the main JS/TS build pipeline (workers, migrations, cron jobs, etc.).