mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-09 22:42:20 +00:00
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
import { vitePreprocess } from '@astrojs/svelte';
|
|
|
|
export default {
|
|
preprocess: vitePreprocess(),
|
|
};
|