feat: initialize NestJS application with categories module

This commit is contained in:
2026-02-26 12:40:33 -03:00
commit 2f29430b28
24 changed files with 10640 additions and 0 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}