nebula / svelte.config.js
soiz1's picture
Upload 109 files
89a8d13 verified
raw
history blame
109 Bytes
import { vitePreprocess } from "@astrojs/svelte";
export default {
preprocess: vitePreprocess()
};