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