diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-09 11:21:06 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-09 11:21:06 +0200 |
commit | 7c61883226393456954bce86221f163a73ca2a4d (patch) | |
tree | ae41d4296e84ea1ccb7779704a666446b95735df /bundle | |
parent | :bug: fix import (diff) | |
download | server-7c61883226393456954bce86221f163a73ca2a4d.tar.xz |
:bug: fix cdn
Diffstat (limited to 'bundle')
-rw-r--r-- | bundle/scripts/build.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bundle/scripts/build.js b/bundle/scripts/build.js index c6a98b80..05cf37ce 100644 --- a/bundle/scripts/build.js +++ b/bundle/scripts/build.js @@ -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}`), |