From 566bc5f07b87453c0bce8257845b74ee83fba7f1 Mon Sep 17 00:00:00 2001 From: Christian Schindler Date: Sat, 29 Jun 2024 11:20:24 +0000 Subject: [PATCH] 29. Juni 2024, 13:20 --- backend/src/config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/config.ts b/backend/src/config.ts index 9f4e3b2..f8a8785 100644 --- a/backend/src/config.ts +++ b/backend/src/config.ts @@ -1,4 +1,4 @@ -{ + // config.js import path from 'path'; import fs from 'fs'; @@ -13,4 +13,3 @@ if (!fs.existsSync(localDirectoryPath)) { export default { localDirectoryPath, }; -} \ No newline at end of file