chore: remove unused code and tooling

This commit is contained in:
2026-04-18 19:15:22 +08:00
parent 4b62f09d65
commit ba3154af59
21 changed files with 50 additions and 2227 deletions
-1
View File
@@ -3,7 +3,6 @@ import type { Config } from "tailwindcss"
const config: Config = {
darkMode: ["class"],
content: [
"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
],