pds-dash/web/vite.config.ts
ari 3f03c12152
whoa svelte is here
Co-authored-by: Astra <Astrrra@users.noreply.github.com>
2025-04-20 00:18:33 -04:00

7 lines
175 B
TypeScript

import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vite.dev/config/
export default defineConfig({
plugins: [svelte()],
})