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

4
nest-start/.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}