rage-framework-example/apps/browser/svelte.config.js

9 lines
152 B
JavaScript
Raw Normal View History

2024-10-28 10:52:55 +00:00
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
const config = {
preprocess: vitePreprocess(),
kit: {},
}
export default config