0
0
Fork 0

バージョン周りなんとかした

This commit is contained in:
Xeltica 2021-10-18 01:55:39 +09:00
parent d7766ff9ba
commit 6d1ce48198
7 changed files with 16 additions and 4 deletions

View file

@ -1,3 +1,3 @@
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')));