Skip to content

Commit 56b2b47

Browse files
author
Artem
committed
define BASE_API_URL env for FE
1 parent 6a547a1 commit 56b2b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/webpack.config.web.prod.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const configuration: webpack.Configuration = {
7777
NODE_ENV: 'production',
7878
RI_APP_TYPE: 'web',
7979
RI_APP_PORT: '5000',
80+
RI_BASE_API_URL: '',
8081
RI_API_PREFIX: 'api',
8182
RI_SCAN_COUNT_DEFAULT: '500',
8283
RI_SCAN_TREE_COUNT_DEFAULT: '10000',

0 commit comments

Comments
 (0)