fix: tailwindcss v4 build

This commit is contained in:
Yumin Gui
2025-07-18 00:24:57 -07:00
parent c6fc6c8a48
commit 324e42c7e2

22
.commitlintrc.json Normal file
View File

@@ -0,0 +1,22 @@
{
"extends": ["@commitlint/config-conventional"],
"rules": {
"type-enum": [
2,
"always",
[
"feat",
"fix",
"docs",
"chore",
"style",
"refactor",
"ci",
"test",
"perf",
"revert",
"vercel"
]
]
}
}