aboutsummaryrefslogtreecommitdiff
path: root/vite.config.ts
blob: 80864b9de81f63e194d15ff0921847a25be5036e (plain)
1
2
3
4
5
6
import { sveltekit } from "@sveltejs/kit/vite";
import { defineConfig } from "vite";

export default defineConfig({
  plugins: [sveltekit()],
});