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
tsconfig.build.json Normal file
View File

@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}