diff --git a/apps/server/scripts/copy-dist.ts b/apps/server/scripts/copy-dist.ts index 69f3c84e3..1ee8821b1 100644 --- a/apps/server/scripts/copy-dist.ts +++ b/apps/server/scripts/copy-dist.ts @@ -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",