import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
// Svelte 配置 / Svelte config
export default {
preprocess: vitePreprocess(),
};