🛠 Add serve-docs task

This commit is contained in:
Dan Jones 2025-03-14 11:51:55 -05:00
commit e5a1002e2e

View file

@ -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