mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
* build(pages): move html pages generator to vite plugin * refactor: remove all router related content * refactor: replace tailwindcss by unocss * refactor(app): upgrade app to Svelte 5 * build(pages): restore html pages generator on vite config * chore: run prettier * fix(ui): fix notification center slot render * chore: upgrade dependencies
9 lines
159 B
JavaScript
9 lines
159 B
JavaScript
export default {
|
|
compilerOptions: {
|
|
runes: true,
|
|
},
|
|
vitePlugin: {
|
|
inspector: false, // set to true when inspector is compatible svelte 5
|
|
},
|
|
};
|