feat: add ScheduleDisplay component and wire up schedule page with Generator

This commit is contained in:
2026-04-26 22:03:21 -07:00
parent 8f7ca1362a
commit 799f5e1c63
4 changed files with 138 additions and 13 deletions
-2
View File
@@ -212,8 +212,6 @@ help:
clean:
@echo "Cleaning project..."
rm -rf node_modules .next dist
@echo "Cleaning Docker artifacts..."
docker system prune -f
# Generate Prisma client
prisma-generate: