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 a01561a commit 4bf920eCopy full SHA for 4bf920e
svelte.config.js
@@ -6,6 +6,13 @@ const config = {
6
// Consult https://svelte.dev/docs/kit/integrations
7
// for more information about preprocessors
8
preprocess: vitePreprocess(),
9
+ vitePlugin: {
10
+ inspector: {
11
+ toggleKeyCombo: 'alt-x',
12
+ showToggleButton: 'always',
13
+ toggleButtonPos: 'bottom-right'
14
+ }
15
+ },
16
17
kit: {
18
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
0 commit comments