xtablo-source/ui/svelte.config.js
Arthur Belleville 684b057b27
Initial commit
2025-01-18 22:40:32 +01: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(),
}