Fix CI build failure due to missing embedded file

- Create a placeholder `pkg/player/frontend/demo-track.smsg` to satisfy `go:embed` directive in `pkg/player/assets.go`.
- Update `.gitignore` to explicitly whitelist this file, overriding the global `demo-track.smsg` ignore rule.
- This ensures the file is present during CI builds, preventing "pattern frontend/demo-track.smsg: no matching files found" error.
This commit is contained in:
Snider 2026-02-02 01:52:47 +00:00
parent a5e4306949
commit e29c03866a
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -10,3 +10,4 @@ demo-track.smsg
# Dev artifacts
.playwright-mcp/
!pkg/player/frontend/demo-track.smsg

View file

@ -0,0 +1 @@
placeholder