Add tailwind target and auto-start system in make run

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 13:56:55 +01:00
co-authored by Claude Opus 4.6
parent 9e78275c83
commit bca9da4639
+4 -1
View File
@@ -2,11 +2,14 @@ clean:
rm -rf target rm -rf target
run: run:
clj -M:dev clj -M:dev -e "(dev-prep!) (go)" -r
repl: repl:
clj -M:dev:nrepl clj -M:dev:nrepl
tailwind:
npm run css:watch
test: test:
clj -M:test clj -M:test