fix(import): add missing nconf

This commit is contained in:
Sabe Jones
2024-06-06 14:55:37 -05:00
parent dcf25c0b4a
commit 8d9af82521

View File

@@ -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/');