5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 20:11:27 +08:00
wails/v3/internal/templates/svelte-ts/frontend/svelte.config.js
2023-01-22 15:39:57 +11:00

8 lines
231 B
JavaScript

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