chore(express-partial-content): integrate with server

This commit is contained in:
Elian Doran
2025-05-03 01:59:17 +03:00
parent 910cd68d0f
commit dc8a0c6fff
4 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
"@anthropic-ai/sdk": "0.39.0",
"@braintree/sanitize-url": "7.1.1",
"@triliumnext/commons": "workspace:*",
"@triliumnext/express-partial-content": "1.0.1",
"@triliumnext/express-partial-content": "workspace:*",
"@triliumnext/turndown-plugin-gfm": "workspace:*",
"archiver": "7.0.1",
"async-mutex": "0.5.0",
+3
View File
@@ -36,6 +36,9 @@
{
"path": "../../packages/turndown-plugin-gfm/tsconfig.lib.json"
},
{
"path": "../../packages/express-partial-content/tsconfig.lib.json"
},
{
"path": "../../packages/commons/tsconfig.lib.json"
}
+3
View File
@@ -6,6 +6,9 @@
{
"path": "../../packages/turndown-plugin-gfm"
},
{
"path": "../../packages/express-partial-content"
},
{
"path": "../../packages/commons"
},