1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 17:51:35 +02:00
server/fosscord-server.code-workspace

36 lines
414 B
Plaintext
Raw Normal View History

2021-08-13 22:57:46 +02:00
{
"folders": [
{
"path": "api"
},
{
"path": "dashboard"
},
{
"path": "bundle"
},
{
"path": "cdn"
},
{
"path": "gateway"
},
{
"path": "rtc"
},
{
"path": "util"
},
{
"path": "webrtc"
},
{
"path": "slowcord"
2021-08-13 22:57:46 +02:00
}
],
"settings": {
2022-09-16 04:54:02 +02:00
"typescript.tsdk": "util\\node_modules\\typescript\\lib",
"liveServer.settings.multiRootWorkspaceName": "slowcord"
}
}