mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-25 20:02:55 +01:00
78c87060d0
- 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
27 lines
599 B
Plaintext
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" }
|
|
]
|
|
}
|