website refactor

This commit is contained in:
2026-01-16 12:55:48 +01:00
parent 0208334c59
commit 20a42c52fd
83 changed files with 1610 additions and 1238 deletions

View File

@@ -13,7 +13,7 @@ vi.mock('../config/feature-loader', () => ({
import { loadFeatureConfig } from '../config/feature-loader';
describe('Features HTTP Endpoint', () => {
let app: any;
let app: import("@nestjs/common").INestApplication;
beforeEach(async () => {
const module = await Test.createTestingModule({