🐛 fix cdn

This commit is contained in:
Flam3rboy
2021-10-09 11:21:06 +02:00
parent d9e37e5e19
commit 4cd6207e5f
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}`),