update and migrate to talwind 4
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Has been cancelled

This commit is contained in:
Satria 2026-03-19 20:55:28 +07:00
commit 6fa21bc218
7 changed files with 166 additions and 443 deletions

View file

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