fix: remove turbopack option from build script for consistency
This commit is contained in:
parent
7241c19cd5
commit
bacd466c9d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "next build --turbopack",
|
||||
"build": "next build",
|
||||
"dev": "node ./headers/dev.js && next dev --turbopack",
|
||||
"dev-https": "node ./headers/dev-https.js && cross-env NEXT_PUBLIC_BASE_URL='https://localhost:3000' INTERNAL_BASE_URL='https://localhost:3000' next dev --experimental-https --turbopack",
|
||||
"idev": "cross-env NODE_OPTIONS='--inspect' next dev --turbopack",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue