Skip to content

Commit

Permalink
fix(vue-app): resolve missing field relayUrl issue and upgrade star…
Browse files Browse the repository at this point in the history
…knet version
  • Loading branch information
TiyoSheng committed Apr 12, 2024
1 parent 76d1dd2 commit 6bf9ccc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions examples/vue/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@dojoengine/core": "workspace:*",
"@dojoengine/create-burner": "workspace:*",
"@dojoengine/torii-client": "workspace:*",
"@dojoengine/utils": "workspace:*",
"@dojoengine/react": "workspace:*",
"@dojoengine/state": "workspace:*",
"@dojoengine/recs": "0.1.35",
"@dojoengine/state": "workspace:*",
"@dojoengine/torii-client": "workspace:*",
"@dojoengine/utils": "workspace:*",
"@latticexyz/utils": "^1.43.0",
"starknet": "^5.24.3",
"starknet": "^6.1.5",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"vue": "^3.4.19"
Expand Down
1 change: 1 addition & 0 deletions examples/vue/vue-app/src/dojo/generated/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export async function setup({ ...config }: DojoConfig) {
const toriiClient = await torii.createClient([], {
rpcUrl: config.rpcUrl,
toriiUrl: config.toriiUrl,
relayUrl: "",
worldAddress: config.manifest.world.address || "",
});

Expand Down
17 changes: 8 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 6bf9ccc

Please sign in to comment.