初始化

This commit is contained in:
xiaoyi
2024-01-27 19:53:17 +08:00
commit 07dbe71c31
840 changed files with 119152 additions and 0 deletions

13
service/nest-cli.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"packageManager": "pnpm",
"compilerOptions": {
"deleteOutDir": true,
"assets": ["src/common/mailTemplates/**/*","src/views/**/*","src/rpc/*"]
},
"defaults": {
"path": "modules"
}
}