aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/ui/svelte.config.js
blob: a710f1b410112485023b84b81a8dc41d4be8915f (plain) (blame)
1
2
3
4
5
6
7
8
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";

/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
export default {
  // Consult https://svelte.dev/docs#compile-time-svelte-preprocess
  // for more information about preprocessors
  preprocess: vitePreprocess(),
};