mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
12 lines
257 B
JavaScript
12 lines
257 B
JavaScript
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
|
|
|
|
export default {
|
|
preprocess: [vitePreprocess()],
|
|
compilerOptions: {
|
|
runes: true,
|
|
},
|
|
vitePlugin: {
|
|
inspector: false, // set to true when inspector is compatible svelte 5
|
|
},
|
|
};
|