mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 04:32:35 +01:00
18 lines
237 B
Plaintext
18 lines
237 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "src"
|
|
},
|
|
{
|
|
"path": "assets"
|
|
},
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"typescript.tsdk": "util\\node_modules\\typescript\\lib",
|
|
"liveServer.settings.multiRootWorkspaceName": "slowcord"
|
|
}
|
|
}
|