mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-01-16 03:25:19 +00:00
8 lines
228 B
JavaScript
8 lines
228 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(),
|
||
|
}
|