File size: 210 Bytes
9dbae18
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import { defineConfig } from 'vite';
import { svelte } from '@sveltejs/vite-plugin-svelte';
import tailwindcss from '@tailwindcss/vite';

export default defineConfig({
  plugins: [tailwindcss(), svelte()],
});