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 42c816e commit 48e4f0cCopy full SHA for 48e4f0c
redisinsight/ui/vite.config.mjs
@@ -10,7 +10,7 @@ import { fileURLToPath, URL } from 'url';
10
import path from 'path';
11
import { defaultConfig } from './src/config/default';
12
13
-const isElectron = defaultConfig.app.type === 'electron';
+const isElectron = defaultConfig.app.type === 'ELECTRON';
14
// set path to index.tsx in the index.html
15
process.env.RI_INDEX_NAME = isElectron ? 'indexElectron.tsx' : 'index.tsx';
16
const outDir = isElectron ? '../dist/renderer' : './dist';
0 commit comments