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": {
|