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

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