From 1f167e11df2535819a9d595f5302438fa52625b5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 13 Aug 2021 22:57:46 +0200 Subject: :construction: fix server bundle --- fosscord-server.code-workspace | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 fosscord-server.code-workspace (limited to 'fosscord-server.code-workspace') diff --git a/fosscord-server.code-workspace b/fosscord-server.code-workspace new file mode 100644 index 00000000..645dcd76 --- /dev/null +++ b/fosscord-server.code-workspace @@ -0,0 +1,29 @@ +{ + "folders": [ + { + "path": "api" + }, + { + "path": "dashboard" + }, + { + "path": "bundle" + }, + { + "path": "cdn" + }, + { + "path": "gateway" + }, + { + "path": "rtc" + }, + { + "path": "util" + }, + { + "path": "webrtc" + } + ], + "settings": {} +} \ No newline at end of file -- cgit 1.5.1