diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-09-25 18:24:21 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-09-25 23:35:18 +1000 |
commit | f44f5d7ac2d24ff836c2e1d4b2fa58da04b13052 (patch) | |
tree | a6655c41bb3db79c30fd876b06ee60fe9cf70c9b /fosscord-server.code-workspace | |
parent | Allow edited_timestamp to passthrough in handleMessage (diff) | |
download | server-f44f5d7ac2d24ff836c2e1d4b2fa58da04b13052.tar.xz |
Refactor to mono-repo + upgrade packages
Diffstat (limited to 'fosscord-server.code-workspace')
-rw-r--r-- | fosscord-server.code-workspace | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/fosscord-server.code-workspace b/fosscord-server.code-workspace index c3542727..1740fb7d 100644 --- a/fosscord-server.code-workspace +++ b/fosscord-server.code-workspace @@ -1,31 +1,13 @@ { "folders": [ { - "path": "api" + "path": "src" }, { - "path": "dashboard" + "path": "assets" }, { - "path": "bundle" - }, - { - "path": "cdn" - }, - { - "path": "gateway" - }, - { - "path": "rtc" - }, - { - "path": "util" - }, - { - "path": "webrtc" - }, - { - "path": "slowcord" + "path": "." } ], "settings": { |