summaryrefslogtreecommitdiff
path: root/vite.config.ts
blob: 8f5b5c86b4afc311b0592d8691c31c28438a4123 (plain) (blame)
1
2
3
4
5
6
7
8
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';

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