File size: 137 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
const config = {
preprocess: vitePreprocess(),
}
export default config
|
1e92f2d |
1 2 3 4 5 6 7 8 |
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
const config = {
preprocess: vitePreprocess(),
}
export default config
|