chore: update build script to use webpack for Next.js

This commit is contained in:
2025-10-25 16:25:28 +02:00
parent 7501d82230
commit a9f4a5f1bb

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"build": "next build --webpack",
"start": "next start",
"format": "prettier --write .",
"cypress:open": "cypress open",