chore: use tsup to build ui instead of bunchee

This commit is contained in:
afiqzudinhadi 2025-06-20 17:40:59 +08:00
parent 0b21e5a4e5
commit 5805c81cad
5 changed files with 47 additions and 127 deletions

View file

@ -0,0 +1,9 @@
import type { Config } from "tailwindcss";
export default {
content: [],
theme: {
extend: {},
},
plugins: [],
} satisfies Config;