mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
fix(import): add missing nconf
This commit is contained in:
parent
dcf25c0b4a
commit
8d9af82521
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ import _ from 'lodash';
|
|||
import path from 'path';
|
||||
import fs from 'fs';
|
||||
import common from '../../common';
|
||||
import nconf from 'nconf';
|
||||
import packageInfo from '../../../package.json';
|
||||
|
||||
export const CONTENT_CACHE_PATH = path.join(__dirname, '/../../../content_cache/');
|
||||
|
|
|
|||
Loading…
Reference in a new issue