mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix(import): add missing nconf
This commit is contained in:
@@ -2,6 +2,7 @@ import _ from 'lodash';
|
|||||||
import path from 'path';
|
import path from 'path';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import common from '../../common';
|
import common from '../../common';
|
||||||
|
import nconf from 'nconf';
|
||||||
import packageInfo from '../../../package.json';
|
import packageInfo from '../../../package.json';
|
||||||
|
|
||||||
export const CONTENT_CACHE_PATH = path.join(__dirname, '/../../../content_cache/');
|
export const CONTENT_CACHE_PATH = path.join(__dirname, '/../../../content_cache/');
|
||||||
|
|||||||
Reference in New Issue
Block a user