sveltekit/vite.config.ts (5 lines of code) (raw):

import { sveltekit } from "@sveltejs/kit/vite"; import { defineConfig } from "vite"; export default defineConfig({ plugins: [sveltekit()], });