mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-03 03:11:31 +08:00
fix(edit-docs): missing assets
This commit is contained in:
parent
389bb79607
commit
b72e7339c8
@ -1,5 +1,4 @@
|
|||||||
TRILIUM_DATA_DIR=../data
|
TRILIUM_DATA_DIR=../data
|
||||||
TRILIUM_ENV=dev
|
|
||||||
TRILIUM_INTEGRATION_TEST=memory-no-store
|
TRILIUM_INTEGRATION_TEST=memory-no-store
|
||||||
TRILIUM_PORT=37741
|
TRILIUM_PORT=37741
|
||||||
|
|
||||||
|
@ -31,6 +31,10 @@ module.exports = {
|
|||||||
from: "../desktop/dist/node_modules",
|
from: "../desktop/dist/node_modules",
|
||||||
to: join(outputDir, "node_modules")
|
to: join(outputDir, "node_modules")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
from: "../desktop/dist/assets",
|
||||||
|
to: join(outputDir, "assets")
|
||||||
|
},
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user