Initial commit

This commit is contained in:
2026-03-30 19:59:31 +08:00
commit c552dabbdd
72 changed files with 4471 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"$schema": "../../node_modules/@biomejs/biome/configuration_schema.json",
"extends": "//",
"files": {
"includes": ["**", "!**/routeTree.gen.ts"]
},
"css": {
"parser": {
"tailwindDirectives": true
}
}
}