trying to fix build
This commit is contained in:
parent
cc19f88ad2
commit
47109baff7
41 changed files with 315 additions and 415 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* Logging configuration using Zod
|
||||
* Logging configuration using Yup
|
||||
* Application logging settings without Loki (Loki config is in monitoring.ts)
|
||||
*/
|
||||
import { cleanEnv, envValidators } from './env-utils';
|
||||
|
|
@ -71,4 +71,4 @@ export const {
|
|||
LOG_SERVICE_NAME,
|
||||
LOG_SERVICE_VERSION,
|
||||
LOG_ENVIRONMENT,
|
||||
} = loggingConfig;
|
||||
} = loggingConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue