fix: update apollo URL to check for NX_VEGA_URL again ()

This commit is contained in:
m.ray 2022-08-26 12:21:11 +01:00 committed by GitHub
parent 1b3fc8da10
commit a34aec3c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'],