feat: initial site setup #1

Merged
naomi merged 11 commits from feat/scaffold into main 2025-07-15 19:12:06 -07:00
39 changed files with 9200 additions and 20 deletions
Showing only changes of commit 39cff8fb47 - Show all commits

View File

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