fix(ci): next build --webpack pour dagre/pptxgenjs/elkjs (Turbopack ne résout pas)
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m36s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Antigravity
2026-05-05 21:53:03 +00:00
parent fb6823e25e
commit ccc94a4b35

View File

@@ -3,8 +3,8 @@
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "prisma generate && next build",
"dev": "NODE_OPTIONS='--max-old-space-size=4096' next dev --turbopack",
"build": "prisma generate && next build --webpack",
"start": "next start",
"db:generate": "prisma generate",
"db:migrate": "node scripts/safe-migrate.js",
@@ -69,9 +69,11 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dagre": "^0.8.5",
"date-fns": "^4.1.0",
"diff": "^9.0.0",
"dotenv": "^17.2.3",
"elkjs": "^0.11.1",
"isomorphic-dompurify": "^3.12.0",
"jsdom": "^29.0.2",
"katex": "^0.16.27",
@@ -81,6 +83,7 @@
"nodemailer": "^8.0.4",
"novel": "^1.0.2",
"postcss": "^8.5.6",
"pptxgenjs": "^4.0.1",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-dom": "19.2.3",