Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
NebulaServices
GitHub Repository: NebulaServices/Nebula
Path: blob/main/svelte.config.js
976 views
1
import { vitePreprocess } from "@astrojs/svelte";
2
3
export default {
4
preprocess: vitePreprocess()
5
};
6
7