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