An entry for the streamplace vod showcase
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Docker build - copy all workspace package.json files

- Remove --frozen-lockfile flag from bun install
- Copy all workspace package.json files for lockfile resolution
- Update .dockerignore to allow apps/web/package.json

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+4 -1
+4 -1
.dockerignore
··· 6 6 .git 7 7 .gitignore 8 8 *.md 9 - apps/web 9 + # Exclude web app source but keep package.json for lockfile 10 + apps/web/src 11 + apps/web/public 12 + apps/web/index.html