fix(monorepo/server): missing asset in dist

This commit is contained in:
Elian Doran 2025-04-18 19:41:09 +03:00
parent 3df195aac1
commit d24e66872d
No known key found for this signature in database

View File

@ -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",