Enable the vite/svelte inspector.

This commit is contained in:
themodrnhakr 2025-10-04 01:31:42 -05:00
parent d8cbeb05f1
commit 077d63c175

View File

@ -19,6 +19,9 @@ const config = {
async: true,
},
},
vitePlugin: {
inspector: true,
},
};
export default config;