feat: adding teams in PG

This commit is contained in:
Julien Froidefond
2025-08-21 09:44:29 +02:00
parent 4e82a6d860
commit 345ff5baa0
8 changed files with 478 additions and 14 deletions

View File

@@ -8,5 +8,8 @@ export { getPool, closePool } from "./database";
// Evaluation services (server-only)
export { EvaluationService, evaluationService } from "./evaluation-service";
// Teams services (server-only)
export { TeamsService } from "./teams-service";
// API client (can be used client-side)
export { ApiClient, apiClient } from "./api-client";