htmgo/examples/simple-auth/Taskfile.yml

21 lines
214 B
YAML
Raw Permalink Normal View History

2024-10-20 12:48:58 +00:00
version: '3'
tasks:
run:
cmds:
- htmgo run
silent: true
build:
cmds:
- htmgo build
docker:
cmds:
- docker build .
watch:
cmds:
- htmgo watch
silent: true