fix: patch qrcode-terminal import for Node 22

This commit is contained in:
Peter Steinberger
2026-01-06 02:22:20 +01:00
parent b56338171b
commit b85248bd07
7 changed files with 54 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
FROM node:22-bookworm
RUN corepack enable
WORKDIR /app
COPY . .
RUN pnpm install --frozen-lockfile