mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix(import): add missing nconf
This commit is contained in:
@@ -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/');
|
||||
|
||||
Reference in New Issue
Block a user