tangled
alpha
login
or
join now
indirect.io
/
dotfiles
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
[chezmoi] fix swapped server/non-server puma dev ports
indirect.io
8 months ago
fcc488a7
86f86e3d
options
unified
split
Changed files
+2
-2
run_once_before_puma-dev_setup.sh.tmpl
+2
-2
run_once_before_puma-dev_setup.sh.tmpl
···
4
4
5
5
sudo puma-dev -setup
6
6
{{ if .server }}
7
7
-
puma-dev -install
8
8
-
{{ else }}
9
7
puma-dev -install -install-port 9280 -install-https-port 9283
8
8
+
{{ else }}
9
9
+
puma-dev -install
10
10
{{ end }}