mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
10 lines
No EOL
197 B
JavaScript
10 lines
No EOL
197 B
JavaScript
import { sveltekit } from '@sveltejs/kit/vite';
|
|
import WindiCSS from 'vite-plugin-windicss';
|
|
|
|
export default {
|
|
clearScreen: false,
|
|
plugins: [
|
|
WindiCSS(),
|
|
sveltekit()
|
|
]
|
|
} |