severo's picture
severo HF Staff
add Dockerfile and the app
e3c0beb
raw
history blame contribute delete
177 Bytes
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()],
})