this repo has no description

[chezmoi] fix swapped server/non-server puma dev ports

+2 -2
run_once_before_puma-dev_setup.sh.tmpl
··· 4 4 5 5 sudo puma-dev -setup 6 6 {{ if .server }} 7 - puma-dev -install 8 - {{ else }} 9 7 puma-dev -install -install-port 9280 -install-https-port 9283 8 + {{ else }} 9 + puma-dev -install 10 10 {{ end }}