chore: docker config, package.json and setup script updates

This commit is contained in:
2026-02-12 15:25:34 -06:00
parent d552f6c516
commit d88baefdf9
4 changed files with 3768 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ RUN npm ci
# Copy source code
COPY . .
# Ensure public exists (Next.js may not have one; COPY in runner stage requires it)
RUN mkdir -p public
# Generate Prisma client
RUN npx prisma generate

3764
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -16,7 +16,7 @@
},
"dependencies": {
"@prisma/client": "^5.10.0",
"@tanstack/react-query": "^5.24.0",
"@tanstack/react-query": "^4.36.0",
"@trpc/client": "^10.45.0",
"@trpc/next": "^10.45.0",
"@trpc/react-query": "^10.45.0",

0
scripts/setup.sh Normal file → Executable file
View File