// 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'; export const FALLBACK_SEQ_NUM = 1;