Embed UI in binary (fix 404 when web/ missing from WorkingDirectory). Document logs and troubleshooting.

Made-with: Cursor
This commit is contained in:
Луценко Андрей Анатольевич
2026-04-10 12:28:53 +10:00
parent e25e068515
commit 659b76f1cf
4 changed files with 24 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
package webui
import "embed"
//go:embed index.html
var FS embed.FS