refactor: upgrade to Tailwind CSS v4 and update dependencies

Migrate to Tailwind CSS v4 with new @tailwindcss/postcss plugin, upgrade xterm.js to v6, vite to v7, and other core dependencies for improved performance and compatibility.
This commit is contained in:
weishu
2025-12-25 23:13:44 +08:00
parent 3765cc539b
commit 0769d498ba
4 changed files with 225 additions and 209 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
'@tailwindcss/postcss': {},
autoprefixer: {}
}
}