Skip to content

Commit

Permalink
.env logs, new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sleaper committed Feb 22, 2023
1 parent 462edf6 commit cc357a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web-extension/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Authier",
"description": "Authier chrome extension",
"version": "1.0.8",
"version": "1.0.9",
"browser_action": {
"default_icon": "icon-16.png",
"default_popup": "js/popup.html"
Expand Down
2 changes: 1 addition & 1 deletion web-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authier-web-extension",
"version": "1.0.8",
"version": "1.0.9",
"description": "Authier web Extension for all our supported browsers",
"license": "AGPL-3.0-or-later",
"webExt": {
Expand Down
2 changes: 2 additions & 0 deletions web-extension/src/apollo/apolloClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import { tokenRefresh } from './tokenRefresh'
import SerializingLink from 'apollo-link-serialize'

export const API_URL = process.env.API_URL
console.log('API_URL', API_URL)
console.log('PAGE_URL', process.env.PAGE_URL)

const httpLink = createHttpLink({
uri: API_URL,
Expand Down

0 comments on commit cc357a9

Please sign in to comment.