1 Star 0 Fork 1

eetuuuu/smile-origin-app

forked from huangning/smile-origin-app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
nest-cli.json 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
huangning 提交于 2024-12-23 22:18 +08:00 . first commit
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "apps/gateway/src",
"compilerOptions": {
"deleteOutDir": true,
"webpack": true,
"tsConfigPath": "apps/gateway/tsconfig.app.json"
},
"monorepo": true,
"root": "apps/gateway",
"projects": {
"ms-user": {
"type": "application",
"root": "apps/ms-user",
"entryFile": "main",
"sourceRoot": "apps/ms-user/src",
"compilerOptions": {
"tsConfigPath": "apps/ms-user/tsconfig.app.json"
}
},
"ms-file": {
"type": "application",
"root": "apps/ms-file",
"entryFile": "main",
"sourceRoot": "apps/ms-file/src",
"compilerOptions": {
"tsConfigPath": "apps/ms-file/tsconfig.app.json"
}
},
"gateway": {
"type": "application",
"root": "apps/gateway",
"entryFile": "main",
"sourceRoot": "apps/gateway/src",
"compilerOptions": {
"tsConfigPath": "apps/gateway/tsconfig.app.json"
}
},
"common": {
"type": "library",
"root": "libs/common",
"entryFile": "index",
"sourceRoot": "libs/common/src",
"compilerOptions": {
"tsConfigPath": "libs/common/tsconfig.lib.json"
}
},
"nacos": {
"type": "library",
"root": "libs/nacos",
"entryFile": "index",
"sourceRoot": "libs/nacos/src",
"compilerOptions": {
"tsConfigPath": "libs/nacos/tsconfig.lib.json"
}
},
"ms-auth": {
"type": "application",
"root": "apps/ms-auth",
"entryFile": "main",
"sourceRoot": "apps/ms-auth/src",
"compilerOptions": {
"tsConfigPath": "apps/ms-auth/tsconfig.app.json"
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/eetuuuu/smile-origin-app.git
git@gitee.com:eetuuuu/smile-origin-app.git
eetuuuu
smile-origin-app
smile-origin-app
master

搜索帮助