29. Juni 2024, 13:20

This commit is contained in:
2024-06-29 11:20:24 +00:00
parent 79ddafea9d
commit 566bc5f07b

View File

@@ -1,4 +1,4 @@
{
// config.js // config.js
import path from 'path'; import path from 'path';
import fs from 'fs'; import fs from 'fs';
@@ -13,4 +13,3 @@ if (!fs.existsSync(localDirectoryPath)) {
export default { export default {
localDirectoryPath, localDirectoryPath,
}; };
}