Erasable syntax only, update pnpm

This commit is contained in:
2026-06-18 20:29:18 +02:00
parent f4c802e60b
commit 988025bfac
8 changed files with 32 additions and 135 deletions

View File

@@ -18,7 +18,7 @@ RUN pnpm exec tsc --build
#RUN pnpm exec eslint .
RUN pnpm --filter frontend exec vite build
FROM oven/bun:1
FROM oven/bun:1.3.14
WORKDIR /usr/src/app
COPY --from=build /app .