Add prisma schema (and update)

This commit is contained in:
2026-04-09 03:48:13 -04:00
parent 91fa274df8
commit 61c75df368
5 changed files with 227 additions and 57 deletions

View File

@@ -27,6 +27,9 @@ jobs:
- name: Install Dependencies
run: npm ci --include=dev
- name: Generate Prisma Types
run: npx prisma generate
- name: Check Formatting
run: npm run check-format