Spaces:
Running
Running
Fix package-lock.json sync and remove turbopack from build
Browse files- package-lock.json +0 -0
- package.json +1 -1
package-lock.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
| 6 |
"dev": "next dev --turbopack",
|
| 7 |
-
"build": "next build
|
| 8 |
"start": "next start",
|
| 9 |
"lint": "eslint"
|
| 10 |
},
|
|
|
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
| 6 |
"dev": "next dev --turbopack",
|
| 7 |
+
"build": "next build",
|
| 8 |
"start": "next start",
|
| 9 |
"lint": "eslint"
|
| 10 |
},
|