Enable the vite/svelte inspector.
This commit is contained in:
parent
d8cbeb05f1
commit
077d63c175
@ -19,6 +19,9 @@ const config = {
|
|||||||
async: true,
|
async: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
vitePlugin: {
|
||||||
|
inspector: true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user