general_posts/svelte-introduction/svelte.config.js

6 lines
114 B
JavaScript

import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
export default {
preprocess: vitePreprocess(),
}