aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a72238b..6bc2b9c 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
- "start": "next start",
+ "start": "next start -p $PORT",
"lint": "next lint"
},
"dependencies": {