refactor: replace bun with pnpm (#870)

This commit is contained in:
Stavros
2026-05-15 14:43:51 +03:00
committed by GitHub
parent e6b291d21c
commit def539a40f
16 changed files with 5151 additions and 1189 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ COPY go.sum ./
RUN go mod download
RUN go install github.com/air-verse/air@v1.61.7
RUN go install github.com/go-delve/delve/cmd/dlv@latest
RUN go install github.com/go-delve/delve/cmd/dlv@v1.26.3
COPY ./cmd ./cmd
COPY ./internal ./internal