1import { sveltekit } from '@sveltejs/kit/vite'; 2import { defineConfig } from 'vite'; 3 4export default defineConfig({ 5 plugins: [sveltekit()] 6});