summary refs log tree commit diff
path: root/cdn
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-07 18:22:15 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-07 18:22:15 +0200
commitc6bc68c4aa5a9c160c03ab95615411dea7301786 (patch)
tree6bde24b050dcddf5bd3a740bce9c86d3ff202bb1 /cdn
parent:bug: fix swc config (diff)
parent:bug: fix types + swcrc configs (diff)
downloadserver-c6bc68c4aa5a9c160c03ab95615411dea7301786.tar.xz
Merge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-server into pr/TheArcaneBrony/418-1
Diffstat (limited to '')
-rw-r--r--cdn/.swcrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/cdn/.swcrc b/cdn/.swcrc

index 8e753640..ab531194 100644 --- a/cdn/.swcrc +++ b/cdn/.swcrc
@@ -1,4 +1,7 @@ { + "module": { + "type": "commonjs" + }, "jsc": { "parser": { "syntax": "typescript",