1
0
mirror of https://github.com/bytedream/stream-bypass.git synced 2025-07-09 15:56:22 +02:00
Files
2023-11-11 21:31:20 +01:00

8 lines
206 B
JavaScript

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