feat: add instances handler

This commit is contained in:
rramiachraf
2024-03-06 12:01:04 +01:00
parent 53462a9412
commit 6d6ffa16ff
6 changed files with 73 additions and 5 deletions

View File

@ -4,3 +4,5 @@ gentempl:
@command -v templ &> /dev/null || go install github.com/a-h/templ/cmd/templ@latest
build:gentempl
templ generate && go build -ldflags="-X 'github.com/rramiachraf/dumb/data.Version=$(VERSION)' -s -w"
fmt:
templ fmt .