1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-25 20:02:55 +01:00
spacebarchat/scripts/setup/fosscord.code-workspace
xnacly 78c87060d0 updated the setup script
- now allows for easier addition of new repos via a python script
- split setup.sh to setup.py & clone_all_repos.sh to make dynamic addition of all repos with the github api easier
- vscode workspace now gets generated from all repos in the orga
2021-07-20 11:37:29 +02:00

27 lines
599 B
Plaintext

{
"folders": [
{ "path": "css-mediaquery" },
{ "path": "docker" },
{ "path": "fosscord" },
{ "path": "api" },
{ "path": "cdn" },
{ "path": "client" },
{ "path": "client-native" },
{ "path": "dashboard" },
{ "path": "docs" },
{ "path": "gateway" },
{ "path": "landingpage" },
{ "path": "plugins" },
{ "path": "rtc" },
{ "path": "server" },
{ "path": "server-util" },
{ "path": "support" },
{ "path": "themes" },
{ "path": "ui" },
{ "path": "voice-gateway" },
{ "path": "webrtc-server" },
{ "path": "fosscord.js" },
{ "path": "react-native-withcss" }
]
}