Skip to content

Commit 9c8e643

Browse files
authored
disable inspector (#10531)
Co-authored-by: Rich Harris <[email protected]>
1 parent 41cdbaf commit 9c8e643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/svelte-5-preview/svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ export default {
1515
},
1616

1717
vitePlugin: {
18-
inspector: true
18+
inspector: false
1919
}
2020
};

0 commit comments

Comments
 (0)