fix(monorepo/server): dist not running due to gfm package

This commit is contained in:
Elian Doran
2025-04-18 19:26:43 +03:00
parent d688f7f0a0
commit 3df195aac1
10 changed files with 3 additions and 56 deletions

View File

@@ -71,7 +71,6 @@ 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!")