Fix
This commit is contained in:
parent
dea300ffa9
commit
d7766ff9ba
1 changed files with 1 additions and 1 deletions
|
@ -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')));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue