mirror of
https://github.com/Lissy93/web-check.git
synced 2025-02-17 19:00:52 +01:00
6 lines
101 B
JavaScript
6 lines
101 B
JavaScript
import { vitePreprocess } from '@astrojs/svelte';
|
|
|
|
export default {
|
|
preprocess: vitePreprocess(),
|
|
}
|