https://github.com/nodejs/node/pull/52104
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 52s

This commit is contained in:
Flummi 2024-06-20 04:20:28 +02:00
parent 5d91ce7d2b
commit 486580b21c

View File

@ -1,4 +1,4 @@
import _config from "../../config.json" assert { type: "json" };
import _config from "../../config.json" with { type: "json" };
let config = JSON.parse(JSON.stringify(_config));