mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-05 10:22:31 +01:00
28 lines
364 B
Plaintext
28 lines
364 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "src"
|
|
},
|
|
{
|
|
"path": "src-slowcord"
|
|
},
|
|
{
|
|
"path": "assets"
|
|
},
|
|
{
|
|
"path": "scripts"
|
|
},
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"typescript.tsdk": "util\\node_modules\\typescript\\lib",
|
|
"liveServer.settings.multiRootWorkspaceName": "slowcord"
|
|
},
|
|
"launch": {
|
|
"version": "0.2.0",
|
|
"configurations": []
|
|
}
|
|
}
|