Initial commit

This commit is contained in:
2025-05-06 12:38:01 +00:00
commit c92637aba4
49 changed files with 14963 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"plugins": ["@nestjs/swagger"]
}
}