mirror of
https://git.witchcraft.systems/scientific-witchery/pds-dash.git
synced 2025-06-06 23:15:03 +10:00
7 lines
230 B
JavaScript
7 lines
230 B
JavaScript
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
|
|
|
|
export default {
|
|
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
|
|
// for more information about preprocessors
|
|
preprocess: vitePreprocess(),
|
|
};
|