🐛 fix cdn

This commit is contained in:
Flam3rboy
2021-10-09 11:21:06 +02:00
parent e573b18cfc
commit 7c61883226
5 changed files with 5 additions and 6 deletions
-1
View File
@@ -37,7 +37,6 @@ function transpileFiles() {
const files = walk(path.join(__dirname, "..", "..", part, "dist"));
for (const file of files) {
let content = fs.readFileSync(file, { encoding: "utf8" });
console.log(file);
content = content
.replace(
new RegExp(`@fosscord/${part}`),