We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ca17f commit d56e2adCopy full SHA for d56e2ad
redisinsight/api/config/production.ts
@@ -1,6 +1,6 @@
1
import { join } from 'path';
2
import * as os from 'os';
3
-import { getHomedir } from 'src/config-helper';
+import { getHomedir } from '../src/config-helper';
4
5
const homedirInit = process.env.APP_FOLDER_ABSOLUTE_PATH
6
|| (join(os.homedir(), process.env.APP_FOLDER_NAME || '.redisinsight'));
redisinsight/api/config/staging.ts
|| (join(os.homedir(), process.env.APP_FOLDER_NAME || '.redisinsight-stage'));
0 commit comments