feat: backend rebuild

This commit is contained in:
admin
2025-10-11 09:24:40 +07:00
parent 360ab1ac12
commit 15145260f9
19 changed files with 92 additions and 71 deletions

7
backend/.prettierrc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always",
"printWidth": 80
}