package webembed import "embed" // Placeholder dist/index.html is committed for CI and go test; production UI comes from npm run build. // //go:embed all:dist var WebFS embed.FS