diff --git a/svelte.config.js b/svelte.config.js index fa32c1f..a559125 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -19,6 +19,9 @@ const config = { async: true, }, }, + vitePlugin: { + inspector: true, + }, }; export default config;