fix(ci): fix missing demo-track.smsg build failure

- Created `pkg/player/frontend/demo-track.smsg` as a placeholder file.
- Updated `.gitignore` to explicitly allow this placeholder file, ensuring it is tracked by git and present during CI builds.
- This resolves the `no matching files found` error from `go:embed` in `pkg/player/assets.go`.
This commit is contained in:
Snider 2026-02-02 02:02:06 +00:00
parent 24ba4b8d15
commit c992c5407b
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -7,6 +7,7 @@ coverage.txt
# Demo content (hosted on CDN)
demo-track.smsg
!pkg/player/frontend/demo-track.smsg
# Dev artifacts
.playwright-mcp/

View file

@ -0,0 +1 @@
Placeholder for CI build.