From 2630513c833f1c7eef84e59178184df0a97ee0f6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 5 Sep 2023 15:06:17 +0900 Subject: [PATCH] clean up --- packages/backend/src/config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/backend/src/config.ts b/packages/backend/src/config.ts index ddfe560d8..0113090a0 100644 --- a/packages/backend/src/config.ts +++ b/packages/backend/src/config.ts @@ -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';