Skip to content

Commit 65c49b1

Browse files
committed
refactor: update package.json and tsconfig.json to include @objectos/kernel; modify pnpm-lock.yaml for new dependencies
1 parent 675e155 commit 65c49b1

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

packages/server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@nestjs/mapped-types": "^2.1.0",
1818
"@nestjs/platform-express": "^10.0.0",
1919
"@nestjs/serve-static": "^4.0.2",
20+
"@objectos/kernel": "workspace:*",
2021
"@objectos/preset-base": "workspace:*",
2122
"@objectql/core": "*",
2223
"@objectql/driver-knex": "*",

packages/server/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
},
2222
"exclude": ["node_modules", "test", "dist", "**/*.spec.ts", "**/*.test.ts"],
2323
"references": [
24+
{ "path": "../kernel" }
2425
]
2526
}

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ packages:
33
- packages/presets/*
44
- packages/plugins/*
55
- apps/*
6+
- examples/*

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"files": [],
33
"references": [
4+
{ "path": "./packages/kernel" },
45
{ "path": "./packages/server" },
56
{ "path": "./packages/ui" },
67
{ "path": "./examples/project-management" }

0 commit comments

Comments
 (0)