diff --git a/Taskfile.yml b/Taskfile.yml index 025ff4b..0fb25c9 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -83,4 +83,9 @@ tasks: deps: [coverage-report] cmds: - ip addr list | grep inet - - php -S 0.0.0.0:3265 -t build + - php -S 0.0.0.0:3434 -t build + + serve-docs: + desc: Serve the current docs + cmds: + - godoc -http=0.0.0.0:3434 -play