fix: update apollo URL to check for NX_VEGA_URL again (#1170)
This commit is contained in:
parent
1b3fc8da10
commit
a34aec3c47
@ -2,7 +2,8 @@ module.exports = {
|
||||
client: {
|
||||
service: {
|
||||
name: 'vega',
|
||||
url: 'https://api.n09.testnet.vega.xyz/graphql',
|
||||
url:
|
||||
process.env.NX_VEGA_URL || 'https://api.n07.testnet.vega.xyz/graphql',
|
||||
},
|
||||
includes: ['../../{apps,libs}/**/*.{ts,tsx,js,jsx,graphql}'],
|
||||
excludes: ['**/generic-data-provider.ts'],
|
||||
|
Loading…
Reference in New Issue
Block a user