import { wailsPreprocess } from '@sveltejs/wails-plugin-svelte' export default { // Consult https://svelte.dev/docs#compile-time-svelte-preprocess // for more information about preprocessors preprocess: wailsPreprocess(), }