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 50b363b commit 51ab2e4Copy full SHA for 51ab2e4
configs/webpack.config.main.prod.ts
@@ -56,7 +56,7 @@ export default merge(baseConfig, {
56
DEBUG_PROD: false,
57
START_MINIMIZED: false,
58
RI_APP_TYPE: 'electron',
59
- RI_AUTO_BOOTSTRAP: false,
+ RI_AUTO_BOOTSTRAP: 'false',
60
RI_SERVER_TLS_CERT: process.env.RI_SERVER_TLS_CERT || '',
61
RI_SERVER_TLS_KEY: process.env.RI_SERVER_TLS_KEY || '',
62
RI_SERVE_STATICS: false,
0 commit comments