Skip to content

Commit

Permalink
0.0.466
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 9, 2024
1 parent 8230d81 commit fe600a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions call.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ if (options.generate) {
const generated = {
"operation": "run",
"envs": {
"DEEPLINKS_PUBLIC_URL": isGidpod ? gitpodUrl(3006) : `${deeplinks}`,
"NEXT_PUBLIC_DEEPLINKS_URL": isGidpod ? gitpodUrl(3006) : `${deeplinks}`,
"NEXT_PUBLIC_GQL_PATH": isGidpod ? gitpodUrl(3006)+'/gql' : `${deeplinks}/gql`,
"DEEPLINKS_PUBLIC_URL": isGitpod ? gitpodUrl(3006) : `${deeplinks}`,
"NEXT_PUBLIC_DEEPLINKS_URL": isGitpod ? gitpodUrl(3006) : `${deeplinks}`,
"NEXT_PUBLIC_GQL_PATH": isGitpod ? gitpodUrl(3006)+'/gql' : `${deeplinks}/gql`,
"NEXT_PUBLIC_GQL_SSL": "0",
"NEXT_PUBLIC_DEEPLINKS_SERVER": isGidpod ? gitpodUrl(3007) : `${deepcase}`,
"NEXT_PUBLIC_DEEPLINKS_SERVER": isGitpod ? gitpodUrl(3007) : `${deepcase}`,
"NEXT_PUBLIC_ENGINES_ROUTE": "0",
"NEXT_PUBLIC_DISABLE_CONNECTOR": "1",
"JWT_SECRET": jwtSecret,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/deeplinks",
"version": "0.0.465",
"version": "0.0.466",
"license": "Unlicense",
"type": "module",
"scripts": {
Expand Down

0 comments on commit fe600a2

Please sign in to comment.