feat: introduce react-query and react-query-devtools

This commit is contained in:
Ali BARIN
2024-02-29 17:34:18 +00:00
parent 487c621fa5
commit 83815d3caa
8 changed files with 240 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
const config = {
baseUrl: process.env.REACT_APP_BASE_URL,
graphqlUrl: process.env.REACT_APP_GRAPHQL_URL,
restApiUrl: process.env.REACT_APP_REST_API_URL,
chatwootBaseUrl: 'https://app.chatwoot.com',
supportEmailAddress: 'support@automatisch.io',
};