Complete FRE-574 technical specifications

- Marked FRE-574 as done
- Unblocked FRE-588 (Database schema)
- All 12 child issues assigned to Founding Engineer
- 6/13 MVP subtasks complete (46%)

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-04-24 18:07:15 -04:00
parent da0b3a4997
commit 65b552bb08
2 changed files with 122 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ import { t } from './router';
export const appRouter = t.router({
project: projectRouter,
revisions: revisionsRouter,
});
} as const);
export type AppRouter = typeof appRouter;