build(next): enforce Turbopack for build; docs: note Turbopack usage in ops guide
This commit is contained in:
parent
6d69fcfa3c
commit
c9eaee7309
2 changed files with 8 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
"build": "next build --turbopack",
|
||||
"start": "next start",
|
||||
"lint": "eslint",
|
||||
"prisma:generate": "prisma generate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue