mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 12:13:28 +00:00
5d50fe06da
Addresses #304 - Eliminates redirect loops and path issues by embedding the frontend directly in the Go binary using go:embed - Frontend is now embedded at compile time, no separate files needed - Simplified tarball structure - just the binary and config files - No more path searching or frontend directory issues - Works consistently across all installation methods - Smaller deployment footprint and simpler installation This change makes Pulse a true single-binary deployment, eliminating the complexity of managing separate frontend files and the issues that arose from different installation structures.