OpenSource Projekt-Management-Software
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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(), |
|
}
|
|
|