mirror of
https://github.com/docmost/docmost.git
synced 2025-11-21 06:41:09 +10:00
restructure directories
* set log level based on env
This commit is contained in:
@ -12,7 +12,7 @@ import {
|
||||
} from '../interfaces';
|
||||
import { LocalDriver, S3Driver } from '../drivers';
|
||||
import * as process from 'node:process';
|
||||
import { LOCAL_STORAGE_PATH } from '../../../helpers';
|
||||
import { LOCAL_STORAGE_PATH } from '../../../common/helpers';
|
||||
|
||||
function createStorageDriver(disk: StorageConfig): StorageDriver {
|
||||
switch (disk.driver) {
|
||||
|
||||
Reference in New Issue
Block a user