claude ftw
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"build": "next build --webpack",
|
||||
"start": "next start",
|
||||
"lint": "eslint"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user