fix(backend): Rogue config.ts verwijderd/verplaatst
This commit is contained in:
parent
3cd7496989
commit
7a0d17652c
2 changed files with 1 additions and 11 deletions
|
@ -1,10 +0,0 @@
|
||||||
// Can be placed in dotenv but found it redundant
|
|
||||||
|
|
||||||
// Import dotenv from "dotenv";
|
|
||||||
|
|
||||||
// Load .env file
|
|
||||||
// Dotenv.config();
|
|
||||||
|
|
||||||
export const DWENGO_API_BASE = 'https://dwengo.org/backend/api';
|
|
||||||
|
|
||||||
export const FALLBACK_LANG = 'nl';
|
|
|
@ -1,7 +1,7 @@
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import yaml from 'js-yaml';
|
import yaml from 'js-yaml';
|
||||||
import { FALLBACK_LANG } from '../../config.js';
|
import { FALLBACK_LANG } from '../config.js';
|
||||||
import { getLogger, Logger } from '../logging/initalize.js';
|
import { getLogger, Logger } from '../logging/initalize.js';
|
||||||
|
|
||||||
const logger: Logger = getLogger();
|
const logger: Logger = getLogger();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue