backend base

This commit is contained in:
2025-07-15 17:32:19 +09:00
parent 99e08bb02f
commit 6b009b7c22
68 changed files with 13865 additions and 0 deletions

8
backend/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
}
}