diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-05 15:06:17 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-05 15:06:17 +0900 |
| commit | 2630513c833f1c7eef84e59178184df0a97ee0f6 (patch) | |
| tree | 786084eba99fc3240ef7e04084e860aa93eb1ac5 | |
| parent | clean up (diff) | |
| download | sharkey-2630513c833f1c7eef84e59178184df0a97ee0f6.tar.gz sharkey-2630513c833f1c7eef84e59178184df0a97ee0f6.tar.bz2 sharkey-2630513c833f1c7eef84e59178184df0a97ee0f6.zip | |
clean up
| -rw-r--r-- | packages/backend/src/config.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/backend/src/config.ts b/packages/backend/src/config.ts index ddfe560d82..0113090a08 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'; |