fix(build): allow unused patches when deploying the api subset (#2235)

This commit is contained in:
Hampus
2026-08-31 14:06:07 +02:00
committed by GitHub
parent c982b33212
commit 7b9284edb9
+1 -1
View File
@@ -24,7 +24,7 @@ COPY . .
RUN pnpm install --frozen-lockfile
RUN pnpm --filter @fluxer/config run --if-present generate
RUN pnpm --filter fluxer_api run build
RUN pnpm deploy --legacy --filter=fluxer_api --prod /out
RUN pnpm deploy --legacy --filter=fluxer_api --prod --config.allowUnusedPatches=true /out
FROM node:24-bookworm-slim