Update package.json
Browse files- package.json +1 -1
package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"scripts": {
|
16 |
"dev": "next dev",
|
17 |
"build": "next build",
|
18 |
-
"start": "next start",
|
19 |
"post-build": "next-sitemap --config next-sitemap.config.js",
|
20 |
"export": "next build && next-sitemap --config next-sitemap.config.js && next export",
|
21 |
"bundle-report": "ANALYZE=true yarn build"
|
|
|
15 |
"scripts": {
|
16 |
"dev": "next dev",
|
17 |
"build": "next build",
|
18 |
+
"start": "next start -p 7860",
|
19 |
"post-build": "next-sitemap --config next-sitemap.config.js",
|
20 |
"export": "next build && next-sitemap --config next-sitemap.config.js && next export",
|
21 |
"bundle-report": "ANALYZE=true yarn build"
|