config.js 107 B

12345
  1. import fs from 'fs';
  2. const Config = JSON.parse(fs.readFileSync('./config.json'));
  3. export default Config;