Skip to content

Commit 7b72142

Browse files
fix: lint
1 parent e283447 commit 7b72142

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

examples/example-vite-svelte-recs/src/dojo/setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export async function setup({ ...config }: DojoConfig) {
3333
const sync = await getSyncEntities(
3434
toriiClient,
3535
contractComponents as any,
36+
undefined,
3637
[]
3738
);
3839

examples/example-vite-svelte-recs/tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "ESNext",
77
"moduleResolution": "bundler",
88
"strict": true,
9-
"noEmit": true
9+
"noEmit": false
1010
},
1111
"include": ["vite.config.ts"]
1212
}

examples/example-vue-app-recs/src/dojo/generated/setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export async function setup({ ...config }: DojoConfig) {
3838
const sync = await getSyncEntities(
3939
toriiClient,
4040
contractComponents as any,
41+
undefined,
4142
[]
4243
);
4344

0 commit comments

Comments
 (0)