Spaces:
Sleeping
Sleeping
Update package.json
Browse files- package.json +1 -1
package.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"scripts": {
|
6 |
"dev": "next dev --turbopack --port 3001",
|
7 |
"build": "next build",
|
8 |
-
"start": "next dev --port 3001",
|
9 |
"lint": "next lint"
|
10 |
},
|
11 |
"dependencies": {
|
|
|
5 |
"scripts": {
|
6 |
"dev": "next dev --turbopack --port 3001",
|
7 |
"build": "next build",
|
8 |
+
"start": "next dev --turbopack --port 3001",
|
9 |
"lint": "next lint"
|
10 |
},
|
11 |
"dependencies": {
|