feat: handling SSR and PG datas for admin space

This commit is contained in:
Julien Froidefond
2025-08-21 14:30:01 +02:00
parent c7ac6fc920
commit b3bb8e9296
8 changed files with 1958 additions and 1645 deletions

View File

@@ -14,5 +14,8 @@ export { TeamsService } from "./teams-service";
// Skills services (server-only)
export { SkillsService } from "./skills-service";
// Admin services (server-only)
export { AdminService } from "./admin-service";
// API client (can be used client-side)
export { ApiClient, apiClient } from "./api-client";