pub fn normalize_manifest(manifest: &mut AppManifest) -> Result<()>Expand description
Normalizes some optional AppManifest features into a canonical form:
- Inline components in trigger configs are moved into top-level components and replaced with a reference.
- Any triggers without an ID are assigned a generated ID.