Extend Auth.js Types Globally #20

Merged
schreifuchs merged 4 commits from issue-7 into main 2026-04-03 17:26:08 +02:00
Showing only changes of commit 2c47870e0f - 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
Outdated
Review

do not change that

do not change that
ENV PNPM_HOME="/pnpm" ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH" ENV PATH="$PNPM_HOME:$PATH"
# RUN corepack enable # RUN corepack enable