website refactor

This commit is contained in:
2026-01-21 12:55:22 +01:00
parent a6e93acb37
commit 7075765d98
14 changed files with 489 additions and 19 deletions

View File

@@ -8,6 +8,8 @@ describe('DashboardService', () => {
let service: DashboardService;
beforeEach(() => {
process.env.API_BASE_URL = 'http://localhost:3001';
mockApiClient = {
getDashboardOverview: vi.fn(),
getAnalyticsMetrics: vi.fn(),