Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* angular build adatper draft first draft of angular build adapter code * small fix * fix * lint * refactor angular adapter code refactor to move helpers to utils.ts, and add interface.ts * lint * enable angular build logs enable angular build logs to obtain the manifest, which contains outputpaths and a build summary. * lint * install package * Use build manifest to extract output path options Remove manually loading angular application builder options & normalizing options Use build manifest from stdout, verify its format with zod, and then extract the output paths. Errors and warnings from the manifest will be logged. * lint * fixes * lint * minor fix
- Loading branch information