PluralKit/svelte.config.js

8 lines
207 B
JavaScript
Raw Normal View History

2021-12-09 11:53:54 +00:00
import sveltePreprocess from 'svelte-preprocess'
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess()
}