Files
PluralKit/svelte.config.js
Spectralitree 358d608cc4 initial commit
2021-12-09 12:53:54 +01:00

8 lines
207 B
JavaScript

import sveltePreprocess from 'svelte-preprocess'
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess()
}