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