diff --git a/_serve.sh b/_serve.sh index d1b3576..c361b44 100755 --- a/_serve.sh +++ b/_serve.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -PORT="${1:-8000}" +PORT="${1:-3000}" ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" cd "$ROOT_DIR"