Skyss-Live/svelte.config.js

15 lines
379 B
JavaScript
Raw Normal View History

2023-10-11 14:57:53 +02:00
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(),
2023-10-12 00:21:17 +02:00
vitePlugin: {
inspector: {
toggleKeyCombo: 'meta-shift',
showToggleButton: 'always',
toggleButtonPos: 'bottom-right'
}
}
2023-10-11 14:57:53 +02:00
}