claude ftw

This commit is contained in:
2026-03-12 20:13:55 -05:00
parent 0801592eb9
commit e007d54fb3
2 changed files with 1 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ COPY . .
# Generate Prisma Client (with SQLite)
ENV DATABASE_URL="file:/app/data/dev.db"
ENV PRISMA_CLIENT_ENGINE_TYPE=binary
ENV NEXT_TURBO=0
RUN npx prisma generate
# Disable telemetry during build

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint"
},