🛠 Add serve-docs task
This commit is contained in:
parent
3546ab52d1
commit
e5a1002e2e
1 changed files with 6 additions and 1 deletions
|
|
@ -83,4 +83,9 @@ tasks:
|
||||||
deps: [coverage-report]
|
deps: [coverage-report]
|
||||||
cmds:
|
cmds:
|
||||||
- ip addr list | grep inet
|
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue