Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
chore(deps): update meteor
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Jul 22, 2024
1 parent da3bde9 commit 02957c2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"geist": "^1.3.1",
"idb": "^8.0.0",
"lucide-react": "^0.363.0",
"meteorproxy": "^1.0.5",
"meteorproxy": "^1.0.6",
"million": "^3.1.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
24 changes: 17 additions & 7 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions public/meteor/meteor.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/** @type {import('meteorproxy').Config} */
const config = {
prefix: '/~/light/',
codec: self.__meteor$codecs.locationvariable,
codec: self.$meteor_codecs.locationvariable,
debug: false,
plugins: [
{
Expand All @@ -25,4 +25,4 @@ const config = {
},
};

self.__meteor$config = config;
self.$meteor_config = config;

0 comments on commit 02957c2

Please sign in to comment.