* wip * merge * working again * refactor/make it a bit cleaner * fix to only call cb for session id who initiated the event * support broadcasting events to all clients * refactor * refactor into ws extension * add go mod * rename module * fix naming * refactor * rename * merge * fix manager ws delete, add manager tests * add metric page * fixes, add k6 script * fixes, add k6 script * deploy docker image * cleanup * cleanup * cleanup
20 lines
No EOL
345 B
YAML
20 lines
No EOL
345 B
YAML
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 |