From ad40ad6e3a66ce7d85439e16e97ced8abf47d392 Mon Sep 17 00:00:00 2001 From: jellydeck <91427591+jellydeck@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:52:59 +0530 Subject: [PATCH] chore: add svelte-inspector --- svelte.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/svelte.config.js b/svelte.config.js index eabf69c..d48382e 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -17,6 +17,9 @@ const config = { } }, + vitePlugin: { + inspector: true + }, compilerOptions: { experimental: { async: true -- 2.51.2