Files
Luminary/web/static_embed.go
T
renjue 3c2285922e
CI / docker (push) Failing after 2m2s
Fix CI go test by committing embed placeholder for web/dist.
Keep a minimal dist/index.html in version control so go:embed succeeds
when CI checks out without a frontend build; ignore other dist artifacts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 21:13:39 +08:00

9 lines
180 B
Go

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