moepoi.dev/svelte.config.js

11 lines
260 B
JavaScript
Raw Normal View History

2024-03-26 15:52:13 +01:00
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
kit: {
target: '#svelte'
}
}