Skip to content

Commit b1d925b

Browse files
committed
更新工作区配置,简化示例路径,移除不必要的模块引用
1 parent 5e269af commit b1d925b

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

package-lock.json

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"private": true,
44
"workspaces": [
55
"packages/*",
6-
"examples/modules/*",
7-
"examples/apps/*"
6+
"examples/*"
87
],
98
"scripts": {
109
"dev": "npm run start:dev --workspace=@objectql/server",

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
{ "path": "./packages/api" },
77
{ "path": "./packages/driver-mongo" },
88
{ "path": "./packages/driver-knex" },
9-
{ "path": "./examples/apps/express" },
10-
{ "path": "./examples/apps/nestjs" },
11-
{ "path": "./examples/modules/project-management" }
9+
{ "path": "./packages/server" },
10+
{ "path": "./examples/project-management" }
1211
]
1312
}

0 commit comments

Comments
 (0)