fix(monorepo/server): copying of source code

This commit is contained in:
Elian Doran
2025-04-18 18:48:51 +03:00
parent 5b298867b3
commit 14b8578ff7
3 changed files with 3 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ try {
fs.copySync(dir, path.normalize(path.join(PUBLIC_DIR, path.basename(dir))));
}
fs.copySync(path.join(serverDir, "build-ts", "apps", "server", "src"), path.join(DEST_DIR, "src"));
fs.copySync(path.join(rootDir, "packages", "turndown-plugin-gfm", "src"), path.join(DEST_DIR, "src", "public", "app-dist", "turndown-plugin-gfm"));
console.log("Copying complete!")