wip
This commit is contained in:
commit
326384957c
22 changed files with 4176 additions and 0 deletions
3
src/config.ts
Normal file
3
src/config.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import fs from 'fs';
|
||||
|
||||
export const config = Object.freeze(JSON.parse(fs.readFileSync(__dirname + '/../config.json', 'utf-8')));
|
Loading…
Add table
Add a link
Reference in a new issue