1
0
mirror of https://github.com/Lissy93/web-check.git synced 2025-05-14 11:14:30 +02:00
web-check/svelte.config.js
2024-05-26 22:15:29 +01:00

6 lines
101 B
JavaScript

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