File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed
governance/xc_admin/packages/xc_admin_frontend Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 4
4
"tasks" : {
5
5
"build" : {
6
6
"dependsOn" : [" pull:env" , " ^build" ],
7
- "outputs" : [" .next/**" , " !.next/cache/**" ]
7
+ "outputs" : [" .next/**" , " !.next/cache/**" ],
8
+ "env" : [
9
+ " WALLETCONNECT_PROJECT_ID" ,
10
+ " AMPLITUDE_API_KEY" ,
11
+ " GOOGLE_ANALYTICS_ID"
12
+ ]
8
13
},
9
14
"pull:env" : {
10
15
"outputs" : [" .env.local" ],
Original file line number Diff line number Diff line change 4
4
"tasks" : {
5
5
"build" : {
6
6
"dependsOn" : [" pull:env" , " ^build" ],
7
- "outputs" : [" .next/**" , " !.next/cache/**" ]
7
+ "outputs" : [" .next/**" , " !.next/cache/**" ],
8
+ "env" : [
9
+ " IP_ALLOWLIST" ,
10
+ " GOVERNANCE_ONLY_REGIONS" ,
11
+ " WALLETCONNECT_PROJECT_ID" ,
12
+ " PROXYCHECK_API_KEY" ,
13
+ " MAINNET_RPC" ,
14
+ " BLOCKED_REGIONS" ,
15
+ " AMPLITUDE_API_KEY" ,
16
+ " GOOGLE_ANALYTICS_ID"
17
+ ]
8
18
},
9
19
"pull:env" : {
10
20
"outputs" : [" .env.local" ],
Original file line number Diff line number Diff line change 5
5
"build" : {
6
6
"dependsOn" : [" pull:env" , " ^build" ],
7
7
"outputs" : [" .next/**" , " !.next/cache/**" ],
8
- "env" : [" BUILD_STANDALONE" ]
8
+ "env" : [
9
+ " BUILD_STANDALONE" ,
10
+ " NEXT_PUBLIC_MAINNET_RPC" ,
11
+ " NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID"
12
+ ]
9
13
},
10
14
"pull:env" : {
11
15
"outputs" : [" .env.local" ],
You can’t perform that action at this time.
0 commit comments