summaryrefslogtreecommitdiffstats
path: root/frontend/package.json
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-04-06 09:58:39 -0400
committerWes Bos <wesbos@gmail.com>2018-04-06 09:58:39 -0400
commit50fd031133da9c5dbfd3de38f59f90c0754cda37 (patch)
tree4c8c228b2a9f1caa36ff20a62ec91330e0e3f4b3 /frontend/package.json
parenta24eb1cfbd3c294bea39bca53125883c270ca91f (diff)
swtich port number
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 14d5662..8fee9b3 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
- "dev": "next",
+ "dev": "next -p 7777",
"build": "next build",
"start": "next start",
"micro": "micro",
@@ -112,4 +112,4 @@
}
}
}
-}
+} \ No newline at end of file