mirror of
https://github.com/zadam/trilium.git
synced 2026-07-01 00:28:44 +02:00
fix(server): pdfjs not available in dist
This commit is contained in:
@@ -17,6 +17,9 @@ async function main() {
|
||||
// Integrate the client.
|
||||
build.triggerBuildAndCopyTo("apps/client", "public/");
|
||||
build.deleteFromOutput("public/webpack-stats.json");
|
||||
|
||||
// pdf.js
|
||||
build.triggerBuildAndCopyTo("packages/pdfjs-viewer", "pdfjs-viewer");
|
||||
}
|
||||
|
||||
main();
|
||||
|
||||
Reference in New Issue
Block a user