Initial commit

This commit is contained in:
2025-10-10 21:47:56 -04:00
parent 6e445eb057
commit 6e0ad420ab
227 changed files with 34899 additions and 0 deletions

8
nest-cli.json Executable file
View File

@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}