0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/svelte.config.js
2024-12-16 19:52:12 +00:00

5 lines
102 B
JavaScript

import { vitePreprocess } from '@astrojs/svelte';
export default {
preprocess: vitePreprocess(),
};