htmgo/examples/simple-auth/Taskfile.yml
2024-10-20 07:48:58 -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