import { readFileSync } from 'fs'; export default JSON.parse(readFileSync('./config_prod.json').toString());