feat: client and server logic to manage announcements #3

Merged
naomi merged 8 commits from feat/announcements into main 2025-07-05 19:27:21 -07:00
27 changed files with 1997 additions and 106 deletions
Showing only changes of commit 64cbb5ee9d - Show all commits

View File

@ -28,6 +28,9 @@ jobs:
- name: Install Dependencies
run: pnpm install
- name: Generate Database Schema
run: cd server && pnpm prisma generate
- name: Lint Source Files
run: pnpm run lint