Implement Pagination / Limit for the Dashboard #18

Merged
schreifuchs merged 5 commits from issue-6 into main 2026-04-05 10:13:27 +02:00
Showing only changes of commit 0de1cdfb8d - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/node:25-trixie AS base
FROM node:25-trixie AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
# RUN corepack enable