fix(monorepo/server): missing asset in dist

pull/1738/head
Elian Doran 2025-04-18 19:41:09 +07:00
parent 3df195aac1
commit d24e66872d
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -37,6 +37,7 @@ try {
const serverAssets = [
// copy node_module, to avoid downloading packages a 2nd time during pruning
"./node_modules",
"./assets",
"./translations",
"./db",
"./config-sample.ini",