summary refs log tree commit diff
path: root/bundle
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-09 11:21:06 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-09 11:21:06 +0200
commit4cd6207e5f54921b51d05af932f05afa6aec7226 (patch)
treefd2dcd70f2b3318a7cb7cbaac48467d340887765 /bundle
parent:bug: fix import (diff)
downloadserver-4cd6207e5f54921b51d05af932f05afa6aec7226.tar.xz
:bug: fix cdn
Diffstat (limited to 'bundle')
-rw-r--r--bundle/scripts/build.js1
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}`),