1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Use correct port in with-zones example (#3679)

This commit is contained in:
Tomáš Witek 2018-02-05 12:05:59 +01:00 committed by Tim Neutkens
parent 31b8e7ed47
commit 9498fc60a1

View file

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"build": "next build", "build": "next build",
"start": "next start -p 4000" "start": "next start -p 5000"
}, },
"dependencies": { "dependencies": {
"next": "zones", "next": "zones",