We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbab6c commit 4f5a25bCopy full SHA for 4f5a25b
run-dev
@@ -6,7 +6,7 @@
6
#
7
# It starts two web servers. The first on port 5001 using a simple server
8
# with no concurrency (to aid in debugging) to handle the dynamic requests.
9
-# The second on port 5000 using a "fast" server that can handle many
+# The second on port 8000 using a "fast" server that can handle many
10
# concurrent requests which will serve the static files and proxy to the
11
# first server.
12
@@ -18,9 +18,9 @@
18
19
# carton exec ./run-dev
20
21
-# Then browse to http://localhost:5000/
+# Then browse to http://localhost:8000/
22
23
-METACPAN_PROXY_LISTEN="localhost:5000"
+METACPAN_PROXY_LISTEN="localhost:8000"
24
25
while [[ $# -gt 0 ]]; do
26
case "$1" in
0 commit comments