fix(graph): fix stretchy text on graph
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-01 19:00:02 -05:00
parent 622dcd5702
commit 4a5464853b
3 changed files with 42 additions and 55 deletions

View File

@@ -29,6 +29,16 @@ docker_build_release_latest: build_tailwind
build_tailwind:
tailwind build -o ./assets/style.css --minify
dev: build_tailwind
GIN_MODE=release \
CONFIG_PATH=./data \
DATA_PATH=./data \
SEARCH_ENABLED=true \
REGISTRATION_ENABLED=true \
COOKIE_SECURE=false \
COOKIE_AUTH_KEY=1234 \
LOG_LEVEL=debug go run main.go serve
clean:
rm -rf ./build