first commit

This commit is contained in:
2026-07-16 20:48:43 -03:00
commit 5696cee264
1111 changed files with 322270 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"entryFile": "src/index.ts",
"noImplicitAdditionalProperties": "ignore",
"controllerPathGlobs": ["src/**/*.Controller.ts"],
"spec": {
"outputDirectory": "build",
"specVersion": 3
},
"routes": {
"routesDir": "build"
}
}