mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(monorepo/server): missing asset in dist
This commit is contained in:
parent
3df195aac1
commit
d24e66872d
@ -37,6 +37,7 @@ try {
|
|||||||
const serverAssets = [
|
const serverAssets = [
|
||||||
// copy node_module, to avoid downloading packages a 2nd time during pruning
|
// copy node_module, to avoid downloading packages a 2nd time during pruning
|
||||||
"./node_modules",
|
"./node_modules",
|
||||||
|
"./assets",
|
||||||
"./translations",
|
"./translations",
|
||||||
"./db",
|
"./db",
|
||||||
"./config-sample.ini",
|
"./config-sample.ini",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user