Remove duplicate lockfile in SPA #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: Low
spa/contains bothpackage-lock.jsonandbun.lock. The Dockerfile usesnpm ci. The README saysbun install && bun run dev.Pick one package manager and remove the other lockfile to avoid confusing contributors.