feat: support boot-ui

This commit is contained in:
ReaJason
2024-12-20 01:15:12 +08:00
parent da4a5b234d
commit 3b0aeaa294
81 changed files with 1556 additions and 929 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
@@ -30,7 +30,7 @@
"indentStyle": "space",
"indentWidth": 2,
"enabled": true,
"lineWidth": 100,
"lineWidth": 120,
"ignore": ["node_modules", "tsconfig*", "dist"]
},
"organizeImports": {