lynxkite / web /vite.config.ts
darabos's picture
Throw out Baklava.js, use SvelteFlow.
01f62f3
raw
history blame
177 Bytes
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()],
})