I get told to shut up a lot by my friend. This is the microsite that documents this in detail. shutup.jp
postcards microsite

build: serve dev on all ips

Changed files
+1 -1
+1 -1
Taskfile.yml
··· 13 13 serve: 14 14 desc: Serves the site locally (with no auto-updating) 15 15 cmds: 16 - - serve -port 8081 dist/ 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: