fix: switch production build to webpack
This commit is contained in:
parent
1079111de2
commit
ea8612b8fd
7 changed files with 48 additions and 31 deletions
|
|
@ -6,8 +6,8 @@
|
|||
"prebuild": "prisma generate",
|
||||
"dev": "next dev --turbopack",
|
||||
"dev:webpack": "next dev --webpack",
|
||||
"build": "next build --turbopack",
|
||||
"build:webpack": "next build --webpack",
|
||||
"build": "next build --webpack",
|
||||
"build:turbopack": "next build --turbopack",
|
||||
"start": "next start",
|
||||
"lint": "eslint",
|
||||
"prisma:generate": "prisma generate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue