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

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