nest-user-prac

This commit is contained in:
syneff
2025-06-17 17:22:25 +09:00
parent 3869e64ded
commit e35ade1f3e
20 changed files with 446 additions and 0 deletions

View File

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