Files
Jordan Ritter dd06dd89d1 refactor(showcase): rename packages/ to integrations/
The showcase framework directories better reflect their role as
integration examples rather than distributable packages.
Renames showcase/packages/ -> showcase/integrations/ and updates
the test docker-compose file reference accordingly.
2026-04-28 07:47:35 -07:00

8 lines
522 B
Plaintext

# Sample multimodal demo binaries (PNG + PDF) must stay as regular
# binaries — not LFS pointers — so deploy environments without `git lfs pull`
# (Railway, in particular) serve the actual files. LFS tracking for other
# PNG/PDFs under this package inherits from the repo-root .gitattributes.
public/demo-files/sample.png -filter -diff -merge binary
public/demo-files/sample.pdf -filter -diff -merge binary
# Voice demo sample audio follows the same convention.
public/demo-audio/sample.wav -filter -diff -merge binary