import { sveltekit } from '@sveltejs/kit/vite'; const config = { plugins: [sveltekit()], build: { sourcemap: true } }; export default config;