const { readFileSync } = require('fs') window.readConfig = function () { const data = '123123' return data }