mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-10-21 01:13:43 +08:00
初始化
This commit is contained in:
13
service/nest-cli.json
Normal file
13
service/nest-cli.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user