feat: rotated table display

This commit is contained in:
efim
2023-11-18 18:45:21 +00:00
parent 495443e12a
commit 8b23103e8e
6 changed files with 101 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ run: tailwindcss
# and then do `go run .` to rebuild all else
.PHONY: run/live
run/live:
wgo -verbose -file=.go -file=.gohtml -file=$(TAILWIND_CONF) make run
wgo -verbose -file=.go -file=.gohtml -file=.css -file=$(TAILWIND_CONF) make run
# this is alias to concrete task that will build out.css
.PHONY: tailwindcss