chore: update shadcn ui and tailwind

This commit is contained in:
2025-04-16 13:58:10 +02:00
parent 94acd3c3d5
commit 52c3257786
26 changed files with 597 additions and 723 deletions

View File

@@ -8,4 +8,11 @@ services:
volumes:
- ./psql:/var/lib/postgresql/data
ports:
- 5432:5432
- 5432:5432
redis:
image: redis:alpine
user: 1000:1000
volumes:
- ./redis:/data
ports:
- 6379:6379