fix logger

This commit is contained in:
2025-12-15 22:39:17 +01:00
parent 7a11daa878
commit 3b566c973d
110 changed files with 1413 additions and 903 deletions

View File

@@ -6,7 +6,7 @@ export const RaceProviders: Provider[] = [
// In a functional setup, other providers would be here, e.g.:
/*
{
provide: 'ILogger',
provide: 'Logger',
useClass: ConsoleLogger,
},
{