Skip to content

Commit

Permalink
0.0.524
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 16, 2024
1 parent 76cb34b commit 8f86a46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions call.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ if (options.generate && (options.force || !fs.existsSync(`${cwd}/deep.config.jso
}
const config = deepConfig || JSON.parse(options.config || DEEPLINKS_CALL_OPTIONS);
if (options.localhost) {
config.DEEPLINKS_PUBLIC_URL = 'http://localhost:3006'
config.NEXT_PUBLIC_DEEPLINKS_URL = 'http://localhost:3006'
config.NEXT_PUBLIC_GQL_PATH = 'http://localhost:3006/gql'
config.envs.DEEPLINKS_PUBLIC_URL = 'http://localhost:3006'
config.envs.NEXT_PUBLIC_DEEPLINKS_URL = 'http://localhost:3006'
config.envs.NEXT_PUBLIC_GQL_PATH = 'http://localhost:3006/gql'
}
console.log('config', config);

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.523",
"version": "0.0.524",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit 8f86a46

Please sign in to comment.