From e5a1002e2e1494b2f4f55e22790e6eb51ec8a3ef Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Fri, 14 Mar 2025 11:51:55 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Add=20serve-docs=20task?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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