mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-04 20:39:02 +08:00
11 lines
184 B
TypeScript
11 lines
184 B
TypeScript
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
|
|
|
|
const config = {
|
|
preprocess: [vitePreprocess()],
|
|
vitePlugin: {
|
|
inspector: true,
|
|
},
|
|
};
|
|
|
|
export default config;
|