feat: initial site setup #1

Merged
naomi merged 11 commits from feat/scaffold into main 2025-07-15 19:12:06 -07:00
Showing only changes of commit 39cff8fb47 - Show all commits
-3
View File
@@ -28,9 +28,6 @@ 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