This commit is contained in:
syuilo 2023-09-05 15:06:17 +09:00
parent 7258888e76
commit 2630513c83

View file

@ -3,10 +3,6 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
/**
* Config loader
*/
import * as fs from 'node:fs';
import { fileURLToPath } from 'node:url';
import { dirname, resolve } from 'node:path';