vega-frontend-monorepo/apps/vega-explorer/apollo.config.js

9 lines
124 B
JavaScript
Raw Normal View History

2022-02-15 09:01:36 +00:00
module.exports = {
client: {
service: {
name: "vega",
url: process.env.REACT_APP_VEGA_URL,
},
},
};