fix: vertaling helper functie fall back constante

This commit is contained in:
Gabriellvl 2025-03-01 22:20:06 +01:00
parent a66952cc52
commit 749ccb7125
2 changed files with 12 additions and 1 deletions

10
backend/config.ts Normal file
View file

@ -0,0 +1,10 @@
// 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';