style(backend): Format

This commit is contained in:
Tibo De Peuter 2025-03-02 15:21:27 +01:00
parent c37d4d8e04
commit ddee299b4a
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
25 changed files with 265 additions and 150 deletions

View file

@ -7,6 +7,6 @@ export const DWENGO_API_BASE: string = 'https://dwengo.org/backend/api';
// Logging
export const LOG_LEVEL: string =
'development' === process.env.NODE_ENV ? 'debug' : 'info';
'development' === process.env.NODE_ENV ? 'debug' : 'info';
export const LOKI_HOST: string =
process.env.LOKI_HOST || 'http://localhost:3102';
process.env.LOKI_HOST || 'http://localhost:3102';