Remove duplicate lockfile in SPA #20

Open
opened 2026-07-25 11:18:53 +00:00 by GKaszewski · 0 comments
Owner

Severity: Low

spa/ contains both package-lock.json and bun.lock. The Dockerfile uses npm ci. The README says bun install && bun run dev.

Pick one package manager and remove the other lockfile to avoid confusing contributors.

**Severity: Low** `spa/` contains both `package-lock.json` and `bun.lock`. The Dockerfile uses `npm ci`. The README says `bun install && bun run dev`. Pick one package manager and remove the other lockfile to avoid confusing contributors.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GKaszewski/movies-diary#20