3c2285922e
CI / docker (push) Failing after 2m2s
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>
9 lines
180 B
Go
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
|