diff --git a/frontend/svelte.config.js b/frontend/svelte.config.js index b995264b27..8ba411c131 100644 --- a/frontend/svelte.config.js +++ b/frontend/svelte.config.js @@ -30,6 +30,10 @@ const config = { alias: { '$system_prompts': '../system_prompts/auto-generated' } + }, + + vitePlugin: { + inspector: true } }