Skip to content

Commit 8213233

Browse files
committed
v0.0.52
1 parent 8e5f30f commit 8213233

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

packages/cli/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack/glue-plugin-auth",
3-
"version": "0.0.51",
3+
"version": "0.0.52",
44
"description": "auth plugin for gluestack",
55
"repository": {
66
"type": "git",

packages/cli/dist/src/helpers/writeEnv.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/dist/src/helpers/writeEnv.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack/glue-plugin-auth",
3-
"version": "0.0.51",
3+
"version": "0.0.52",
44
"description": "auth plugin for gluestack",
55
"repository": {
66
"type": "git",

packages/cli/src/helpers/writeEnv.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ export async function constructEnvFromJson(
3131
graphqlInstance,
3232
"HASURA_GRAPHQL_UNAUTHORIZED_ROLE",
3333
),
34-
HASURA_GRAPHQL_URL: graphqlInstance.getGraphqlURL(),
34+
HASURA_GRAPHQL_URL: getEnvKey(
35+
graphqlInstance,
36+
"GRAPHQL_URL",
37+
),
3538
HASURA_GRAPHQL_ADMIN_SECRET: getEnvKey(
3639
graphqlInstance,
3740
"HASURA_GRAPHQL_ADMIN_SECRET",

0 commit comments

Comments
 (0)