This commit is contained in:
Administrator
2021-05-11 17:43:02 +08:00
parent b6728c11e4
commit 2ffebb8f48
79 changed files with 11011 additions and 0 deletions

10
nest-cli.json Normal file
View File

@@ -0,0 +1,10 @@
{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": [
{ "include": "**/*.yml","watchAssets": true }
],
"plugins": ["@nestjs/swagger/plugin"]
}
}