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

24 lines
269 B
Plaintext
Raw Normal View History

2021-08-13 22:57:46 +02:00
{
"folders": [
{
"path": "src"
2021-08-13 22:57:46 +02:00
},
{
"path": "assets"
2021-08-13 22:57:46 +02:00
},
2022-09-26 15:00:27 +02:00
{
"path": "scripts"
},
2021-08-13 22:57:46 +02:00
{
"path": "."
2021-08-13 22:57:46 +02:00
}
],
"settings": {
"typescript.tsdk": "util\\node_modules\\typescript\\lib"
2022-09-26 04:42:20 +02:00
},
"launch": {
"version": "0.2.0",
"configurations": []
}
}