forked from f0ck/f0ckv2
6 lines
140 B
JavaScript
6 lines
140 B
JavaScript
import _config from "../../config.json" assert { type: "json" };
|
|
|
|
let config = JSON.parse(JSON.stringify(_config));
|
|
|
|
export default config;
|