Skip to content

Fix prod-mode dist path for player-ui and alloy-ui#69

Merged
sei-awelle merged 1 commit intomainfrom
fix/angular-ui-dist-path
Apr 17, 2026
Merged

Fix prod-mode dist path for player-ui and alloy-ui#69
sei-awelle merged 1 commit intomainfrom
fix/angular-ui-dist-path

Conversation

@sei-awelle
Copy link
Copy Markdown
Contributor

Both repos migrated to Angular's application builder which outputs to dist/browser/ instead of dist/. Update AddAngularUI calls to match the other UIs that already specify the correct path.

  • player-ui and alloy-ui migrated to Angular's application builder (player-ui in Feb, alloy-ui in Mar), which outputs to dist/browser/ instead of dist/
  • The AddAngularUI calls for these two UIs were still using the default distPath = "dist", causing npx serve to serve a directory without index.html — resulting in 404s on all client-side routes
  • All other Angular UIs already had the correct distPath: "dist/browser" set

Both repos migrated to Angular's application builder which outputs
to dist/browser/ instead of dist/. Update AddAngularUI calls to
match the other UIs that already specify the correct path.
@sei-awelle sei-awelle requested a review from a team as a code owner April 17, 2026 15:02
@sei-awelle sei-awelle merged commit e980caa into main Apr 17, 2026
1 check passed
@sei-awelle sei-awelle deleted the fix/angular-ui-dist-path branch April 17, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants