restructure directories
* set log level based on env
This commit is contained in:
2
apps/server/src/common/helpers/constants.ts
Normal file
2
apps/server/src/common/helpers/constants.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const APP_DATA_PATH = 'data';
|
||||
export const LOCAL_STORAGE_PATH = `${APP_DATA_PATH}/storage`;
|
||||
Reference in New Issue
Block a user