pub fn detect_web_bin(project_root: &Path) -> Result<String>Expand description
Resolve the web bin name using the D-02 4-step order:
[package.metadata.ferro.deploy].web_binexplicit override- The bin matching
package.name - The first declared
[[bin]] - Fall back to
package.nameif no[[bin]]is declared