mirror of
https://gitlab.com/moepoi/moepoi.dev.git
synced 2024-11-25 00:07:45 +01:00
10 lines
260 B
JavaScript
10 lines
260 B
JavaScript
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'
|
|
}
|
|
}
|