Skip to content

Commit d08aed7

Browse files
committed
Use port 5000 for development
1 parent 07dd963 commit d08aed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if ! gem list foreman -i --silent; then
66
fi
77

88
# Default to port 3000 if not specified
9-
export PORT="${PORT:-3000}"
9+
export PORT="${PORT:-5000}"
1010

1111
# Let the debug gem allow remote connections,
1212
# but avoid loading until `debugger` is called

0 commit comments

Comments
 (0)