fix: build, typecheck, eslint

This commit is contained in:
2026-02-07 10:03:31 +01:00
parent 56b27b26bc
commit b60ba17770
4 changed files with 6 additions and 7 deletions

View File

@@ -30,8 +30,7 @@ let singleton: AppServices | undefined;
*
* The services are configured based on environment variables:
* - `UMAMI_WEBSITE_ID` - Enables Umami analytics
* - `NEXT_PUBLIC_SENTRY_DSN` - Enables client-side error reporting
* - `SENTRY_DSN` - Enables server-side error reporting
* - `SENTRY_DSN` - Enables error reporting (server-side direct, client-side via relay)
*
* @returns {AppServices} The application services singleton
*