tangled
alpha
login
or
join now
byjp.me
/
shutup.jp
I get told to shut up a lot by my friend. This is the microsite that documents this in detail.
shutup.jp
postcards
microsite
1
fork
atom
overview
issues
pulls
pipelines
build: serve dev on all ips
byjp.me
2 months ago
53af8323
bca6f6de
options
unified
split
Changed files
+1
-1
Taskfile.yml
+1
-1
Taskfile.yml
···
13
13
serve:
14
14
desc: Serves the site locally (with no auto-updating)
15
15
cmds:
16
16
-
- serve -port 8081 dist/
16
16
+
- serve -port 8081 -host 0.0.0.0 -dir dist/
17
17
dev:
18
18
desc: Allows for local development, rerunning `task build` when changes are spotted
19
19
cmds: