aboutsummaryrefslogtreecommitdiff
path: root/src/utils/db.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-09-19 19:50:25 -0400
committerMax Isom <[email protected]>2021-09-19 19:50:25 -0400
commitefcdeb78c8b690bc544dac1ed0be96a6693bcff6 (patch)
treed4a453f92d928613c2f4209af7475190a093321d /src/utils/db.ts
parent79e7e88fab1ce05cf84abeba2e05300a93b4759c (diff)
downloadmuse-efcdeb78c8b690bc544dac1ed0be96a6693bcff6.tar.xz
muse-efcdeb78c8b690bc544dac1ed0be96a6693bcff6.zip
Reorg third party services & config
Diffstat (limited to 'src/utils/db.ts')
-rw-r--r--src/utils/db.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/db.ts b/src/utils/db.ts
index 965de89..01d5e01 100644
--- a/src/utils/db.ts
+++ b/src/utils/db.ts
@@ -1,6 +1,6 @@
import {Sequelize} from 'sequelize-typescript';
import path from 'path';
-import {DATA_DIR} from '../utils/config';
+import {DATA_DIR} from '../services/config';
import {Settings, Shortcut} from '../models';
export const sequelize = new Sequelize({