Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit dc8a0c6

Browse files
committed
chore(express-partial-content): integrate with server
1 parent 910cd68 commit dc8a0c6

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@anthropic-ai/sdk": "0.39.0",
5454
"@braintree/sanitize-url": "7.1.1",
5555
"@triliumnext/commons": "workspace:*",
56-
"@triliumnext/express-partial-content": "1.0.1",
56+
"@triliumnext/express-partial-content": "workspace:*",
5757
"@triliumnext/turndown-plugin-gfm": "workspace:*",
5858
"archiver": "7.0.1",
5959
"async-mutex": "0.5.0",

apps/server/tsconfig.app.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
{
3737
"path": "../../packages/turndown-plugin-gfm/tsconfig.lib.json"
3838
},
39+
{
40+
"path": "../../packages/express-partial-content/tsconfig.lib.json"
41+
},
3942
{
4043
"path": "../../packages/commons/tsconfig.lib.json"
4144
}

apps/server/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
{
77
"path": "../../packages/turndown-plugin-gfm"
88
},
9+
{
10+
"path": "../../packages/express-partial-content"
11+
},
912
{
1013
"path": "../../packages/commons"
1114
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)