new nest-start proj, controller

This commit is contained in:
Peace
2025-06-10 00:45:41 +09:00
parent 8dd7f53f07
commit 0209893e2d
15 changed files with 344 additions and 1 deletions

8
nest-start/nest-cli.json Normal file
View File

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