Skip to content

Commit

Permalink
update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Aug 6, 2024
1 parent 0673242 commit ee390cf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@mui/lab": "^5.0.0-alpha.119",
"@mui/material": "^5.11.8",
"@mui/x-date-pickers": "^5.0.18",
"@taskratchet/sdk": "^0.0.2",
"@taskratchet/sdk": "^0.0.3",
"dayjs": "^1.11.7",
"firebase": "^9.17.1",
"highlight.run": "5.1.5",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export default defineConfig(({ mode }) => {
env.VITE_FIREBASE_MESSAGING_SENDER_ID,
),
__FIREBASE_APP_ID__: JSON.stringify(env.VITE_FIREBASE_APP_ID),
__API1_URL__: JSON.stringify(env.VITE_API1_URL),
__API2_URL__: JSON.stringify(env.VITE_API2_URL),
},
};

Expand Down
2 changes: 2 additions & 0 deletions vite.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ declare const __FIREBASE_PROJECT_ID__: string;
declare const __FIREBASE_STORAGE_BUCKET__: string;
declare const __FIREBASE_MESSAGING_SENDER_ID__: string;
declare const __FIREBASE_APP_ID__: string;
declare const __API1_URL__: string;
declare const __API2_URL__: string;

0 comments on commit ee390cf

Please sign in to comment.