graphql-engine/console/.storybook/preview-body.html
Ikechukwu Eze c01232ea13 console: create a hook for each loadShema sql queries
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3016
GitOrigin-RevId: 030eef3b8e71281c419f8f7ec6dcbd40a085be74
2022-01-13 09:24:31 +00:00

8 lines
183 B
HTML

<script>
window.__env = {
dataApiUrl: 'http://localhost:8001',
apiHost: 'http://localhost',
apiPort: '8001',
nodeEnv: 'development'
}
</script>