svelte.config.js 102 B

12345
  1. import { vitePreprocess } from '@astrojs/svelte';
  2. export default {
  3. preprocess: vitePreprocess(),
  4. };