From 2453c2e73d79ab4cdf6968898c41da3b8e8bfea8 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Fri, 16 Sep 2022 13:23:50 +1000 Subject: Add webrtc to bundle --- bundle/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bundle/tsconfig.json') diff --git a/bundle/tsconfig.json b/bundle/tsconfig.json index 57fe10ad..1a1aa0bf 100644 --- a/bundle/tsconfig.json +++ b/bundle/tsconfig.json @@ -77,7 +77,8 @@ "@fosscord/api": ["api/src/index"], "@fosscord/gateway": ["gateway/src/index"], "@fosscord/cdn": ["cdn/src/index"], - "@fosscord/util": ["util/src/index"] + "@fosscord/util": ["util/src/index"], + "@fosscord/webrtc": ["webrtc/src/index"] }, "plugins": [{ "transform": "@zerollup/ts-transform-paths" }], "noEmitHelpers": true, -- cgit 1.5.1