htmgo/examples/sse-with-state/Taskfile.yml

20 lines
345 B
YAML
Raw Normal View History

2024-10-08 17:48:28 +00:00
version: '3'
tasks:
run:
cmds:
- go run github.com/maddalax/htmgo/cli/htmgo@latest run
silent: true
build:
cmds:
- go run github.com/maddalax/htmgo/cli/htmgo@latest build
docker:
cmds:
- docker build .
watch:
cmds:
- go run github.com/maddalax/htmgo/cli/htmgo@latest watch
silent: true