Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lynx-analytics
/
lynxkite
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2d72d5a
lynxkite
/
web
/
vite.config.ts
darabos
Throw out Baklava.js, use SvelteFlow.
01f62f3
about 1 year ago
raw
Copy download link
history
blame
Safe
177 Bytes
import
{ defineConfig }
from
'vite'
import
{ svelte }
from
'@sveltejs/vite-plugin-svelte'
// https://vitejs.dev/config/
export
default
defineConfig
({
plugins
: [
svelte
()],
})