Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/sample.compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- node_modules/
- build/
- action: rebuild
path: ../frontend/package-lock.json
path: ../frontend/bun.lock
- action: rebuild
path: ../frontend/package.json
labels:
Expand Down
4 changes: 4 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
/.pnp
.pnp.js

# Bun is the only package manager here. Do not use npm — bun.lock is the source of truth.
package-lock.json
yarn.lock

# testing
/coverage

Expand Down
Loading