N
Size: a a a
倫岡
A
A
A
A
A
A
A
A
A
A
RU
A
RU
A
I
const getConfig = () => {
let config = {};
config = JSON.parse(fs.readFileSync('./dist/config.json'));
return config;
};
const config = getConfig();
A
const getConfig = () => {
let config = {};
config = JSON.parse(fs.readFileSync('./dist/config.json'));
return config;
};
const config = getConfig();
I
I