File size: 228 Bytes
11dbfc8
 
b7167b0
11dbfc8
 
b7167b0
 
 
 
 
 
11dbfc8
1
2
3
4
5
6
7
8
9
10
11
12
13
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
import Icons from 'unplugin-icons/vite';

export default defineConfig({
	plugins: [
		sveltekit(),
		Icons({
			compiler: 'svelte'
		})
	]
});