Remove turbopack from build script to fix Docker build

This commit is contained in:
nicholai 2025-09-10 05:48:34 -06:00
parent 7074a004c0
commit d8dd8a876f

View File

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