Remove turbopack from build script to fix Docker build
This commit is contained in:
parent
7074a004c0
commit
d8dd8a876f
@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build --turbopack",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user