updating drag and drop styling

This commit is contained in:
2024-09-20 11:11:14 -06:00
parent 2b6b345f88
commit 6e0526ee08
12 changed files with 350 additions and 307 deletions

View File

@@ -17,4 +17,9 @@ export const directoryOrFileExists = async (directoryPath: string): Promise<bool
} catch {
return false;
}
};
};
export const basePath = process.env.STORAGE_DIRECTORY ?? "./storage";
console.log("base path", basePath);