We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e283447 commit 7b72142Copy full SHA for 7b72142
examples/example-vite-svelte-recs/src/dojo/setup.ts
@@ -33,6 +33,7 @@ export async function setup({ ...config }: DojoConfig) {
33
const sync = await getSyncEntities(
34
toriiClient,
35
contractComponents as any,
36
+ undefined,
37
[]
38
);
39
examples/example-vite-svelte-recs/tsconfig.node.json
@@ -6,7 +6,7 @@
6
"module": "ESNext",
7
"moduleResolution": "bundler",
8
"strict": true,
9
- "noEmit": true
+ "noEmit": false
10
},
11
"include": ["vite.config.ts"]
12
}
examples/example-vue-app-recs/src/dojo/generated/setup.ts
@@ -38,6 +38,7 @@ export async function setup({ ...config }: DojoConfig) {
40
41
42
43
44
0 commit comments