sandy-try commited on
Commit
f88f97f
·
verified ·
1 Parent(s): 1b72d7e

Update package.json

Browse files
Files changed (1) hide show
  1. 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"