desktop/svelte.config.js
Timothy Jaeryang Baek e91a8ab4a7 chore: format
2025-01-11 18:13:43 -08:00

8 lines
226 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()
};