fixed #65, #67
Some checks failed
Tests / Run Go Tests (push) Failing after 1m31s

This commit is contained in:
2025-12-24 23:20:57 +01:00
parent 855cd6f34f
commit b7de3ade65
13 changed files with 777 additions and 2015 deletions

View File

@@ -12,5 +12,5 @@ live:
live/templ:
templ generate --watch --proxy="http://localhost:8080" --cmd="go run ." --open-browser=false
live/tailwind:
npx --yes tailwindcss -i ./input.css -o ./assets/styles.css --minify --watch
live/tailwindcss:
npx --yes tailwindcss -i ./src/main.css -o ./static/css/styles.css --minify --watch