0
0
Fork 0
This commit is contained in:
Xeltica 2021-10-18 01:42:30 +09:00
parent dea300ffa9
commit d7766ff9ba

View file

@ -1,3 +1,3 @@
import fs from 'fs'; import fs from 'fs';
export const config = Object.freeze(JSON.parse(fs.readFileSync(__dirname + '/../config.json', 'utf-8'))); export const config = Object.freeze(JSON.parse(fs.readFileSync(__dirname + '/../../config.json', 'utf-8')));