mirror of
https://github.com/kunkunsh/kunkun-ext-disk-speed.git
synced 2025-04-03 02:36:44 +00:00
8 lines
224 B
JavaScript
8 lines
224 B
JavaScript
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"
|
|
|
|
export default {
|
|
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
|
|
// for more information about preprocessors
|
|
preprocess: vitePreprocess()
|
|
}
|