Add file paths
This commit is contained in:
parent
95ff7d8f2b
commit
66d4d68bb4
4
src/consts/filePaths.js
Normal file
4
src/consts/filePaths.js
Normal file
@ -0,0 +1,4 @@
|
||||
import path from "path";
|
||||
|
||||
export const STORAGE_LOCATION = `${process.cwd()}${path.sep}.storage`;
|
||||
export const FILE_STORAGE_LOCATION = `${STORAGE_LOCATION}${path.sep}files`;
|
Reference in New Issue
Block a user