htmgo/examples/hackernews/Taskfile.yml
2024-10-10 17:00:20 -05:00

20 lines
214 B
YAML

version: '3'
tasks:
run:
cmds:
- htmgo run
silent: true
build:
cmds:
- htmgo build
docker:
cmds:
- docker build .
watch:
cmds:
- htmgo watch
silent: true