genything / vite.config.js
burtenshaw
first commit
ea3f4d3
raw
history blame contribute delete
146 Bytes
import { sveltekit } from "@sveltejs/kit/vite";
import { defineConfig } from "vite";
export default defineConfig({
plugins: [sveltekit()],
});