remove watch make command as it was not working

add commet for clarity
This commit is contained in:
Robin Olsen
2026-02-13 13:49:00 +01:00
parent aaf8eacf3c
commit f96d9527a6

View File

@@ -20,14 +20,12 @@ tui:
web:
go run ./cmd/web
# Run both dev and tw in parallel for generating templates and compiling Tailwind CSS on file changes
dev:
@go tool templ generate -watch -cmd "go run ./cmd/web"
tw:
@npx --yes @tailwindcss/cli -i ./pkg/web/input.css -o ./pkg/web/assets/css/styles.css --watch
watch:
@make -j2 dev tw
completions:
@go build -o ./bin/pm ./cmd/pm