feat: 初始化项目

This commit is contained in:
R524809
2025-11-17 17:53:31 +08:00
commit a9d7fc9038
24 changed files with 7349 additions and 0 deletions

9
apps/api/.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 80,
"tabWidth": 4,
"useTabs": false
}