Files
bibdle/vite.config.ts
George Powell 530291d271 Version 1
2025-12-16 10:23:24 -05:00

6 lines
203 B
TypeScript

import tailwindcss from '@tailwindcss/vite';
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({ plugins: [tailwindcss(), sveltekit()] });