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 6a547a1 commit 56b2b47Copy full SHA for 56b2b47
configs/webpack.config.web.prod.ts
@@ -77,6 +77,7 @@ const configuration: webpack.Configuration = {
77
NODE_ENV: 'production',
78
RI_APP_TYPE: 'web',
79
RI_APP_PORT: '5000',
80
+ RI_BASE_API_URL: '',
81
RI_API_PREFIX: 'api',
82
RI_SCAN_COUNT_DEFAULT: '500',
83
RI_SCAN_TREE_COUNT_DEFAULT: '10000',
0 commit comments