add static routes including unpoly/ dasyui/ tailwind

This commit is contained in:
2025-01-11 20:27:32 +01:00
parent ddacf8e5aa
commit 1f421163cd
8 changed files with 122 additions and 82 deletions

View File

@@ -5,7 +5,7 @@ DB_USER="crow"
DB_PASS="4LlKpnQ2RZPzL13BSpkW4k"
go-run:
cd src; DB_USER=$(DB_USER) DB_PASS=$(DB_PASS) DB_NAME=$(DB_NAME) DB_HOST=$(DB_HOST) go run cmd/frontend/*
cd src; DB_USER=$(DB_USER) DB_PASS=$(DB_PASS) DB_NAME=$(DB_NAME) DB_HOST=$(DB_HOST) go run cmd/frontend/main.go
docker-push: docker-build
docker push git.kohout-dev.de/crowsnest/crowsnest:latest