build-svelte-demo / svelte-demo /svelte.config.js
severo's picture
severo HF staff
add Dockerfile and the app
e3c0beb
raw
history blame contribute delete
228 Bytes
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(),
}