feat: v1 prototype — core game systems #30

Merged
naomi merged 84 commits from feat/prototype into main 2026-03-08 15:53:39 -07:00
Showing only changes of commit 0f13695d2d - Show all commits
+3
View File
@@ -37,6 +37,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Generate Prisma client
run: pnpm --filter @elysium/api exec prisma generate
- name: Lint (types package)
run: pnpm --filter @elysium/types lint