0
0
Fork 0
This commit is contained in:
Xeltica 2020-08-04 12:13:41 +09:00
commit 326384957c
22 changed files with 4176 additions and 0 deletions

3
src/config.ts Normal file
View file

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