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:
parent
31b8e7ed47
commit
9498fc60a1
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue