pds-dash/web/svelte.config.js
ari 3f03c12152
whoa svelte is here
Co-authored-by: Astra <Astrrra@users.noreply.github.com>
2025-04-20 00:18:33 -04:00

7 lines
228 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(),
}