website-2/vite.config.ts
Nick Bland e6164752b1
Migrate to Tailwind 4 & DaisyUI 5
Additionally add in some more work experience, adjust the skills section, and update the contents to better reflect me now.
2025-05-14 22:26:16 +10:00

8 lines
206 B
TypeScript

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