mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 22:54:51 +00:00
🐛 fix cdn
This commit is contained in:
@@ -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}`),
|
||||
|
||||
Reference in New Issue
Block a user