mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
13 lines
308 B
JavaScript
13 lines
308 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(),
|
|
|
|
compilerOptions: {
|
|
// Enable runes mode for Svelte 5
|
|
runes: true
|
|
}
|
|
}
|