This commit is contained in:
vastxie
2025-05-31 02:28:46 +08:00
parent 0f7adc5c65
commit 86e2eecc1f
1808 changed files with 183083 additions and 86701 deletions

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

@@ -0,0 +1,17 @@
{
"$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/*"],
"sourceMap": false,
"declaration": false,
"webpack": true,
"tsConfigPath": "tsconfig.build.json"
},
"defaults": {
"path": "modules"
}
}