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

View File

@@ -0,0 +1,9 @@
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}