Skip to content

Commit

Permalink
Initialized experimental inspector for development
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Sep 13, 2022
1 parent ae536ba commit ed65193
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions svelte.config.js
Expand Up @@ -10,6 +10,17 @@ const config = {
kit: {
adapter: adapter(),
},

vitePlugin: {
experimental: {
inspector: {
toggleKeyCombo: 'meta-shift',
boldMode: true,
showToggleButton: 'always',
toggleButtonPosition: 'bottom-left',
},
},
},
};

export default config;

0 comments on commit ed65193

Please sign in to comment.