mirror of
https://github.com/holos-run/holos.git
synced 2026-03-21 01:35:02 +00:00
Problem: It's slow to build the angular app, compile it into the go executable, copy it to the pod, then restart the server. Solution: Configure the mesh to route /ui to `ng serve` running on my local host. Result: Navigating to https://jeff.app.dev.k2.holos.run/ui gets responses from the ng development server. Use: ng serve --host 0.0.0.0