refactor: improve code quality

This commit is contained in:
2026-05-12 15:42:21 +02:00
parent 8abdfc3b2f
commit 528fff3a5b
42 changed files with 1756 additions and 1255 deletions

View File

@@ -15,4 +15,7 @@ RUN pnpm --filter @lbf-bot/utils run build
RUN pnpm --filter @lbf-bot/database run build
RUN pnpm --filter @lbf/discord-bot run build
ARG COMMIT_SHA=dev
ENV COMMIT_SHA=$COMMIT_SHA
CMD ["node", "apps/discord-bot/dist/index.js"]