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.).