Files
f0ckv2/src/inc/config.mjs
Flummi 486580b21c
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 52s
https://github.com/nodejs/node/pull/52104
2024-06-20 04:20:28 +02:00

6 lines
138 B
JavaScript

import _config from "../../config.json" with { type: "json" };
let config = JSON.parse(JSON.stringify(_config));
export default config;