11dbfc8
b7167b0
11dbfc8
b7167b0
11dbfc8 |
|
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
import Icons from 'unplugin-icons/vite';
export default defineConfig({
plugins: [
sveltekit(),
Icons({
compiler: 'svelte'
})
]
});
|