From cbef1bbac686cc78fb2e6afbc83b23e531e17c08 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 28 Mar 2021 18:56:13 +0200 Subject: [PATCH] remove react repo --- setup/setup.bat | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup/setup.bat b/setup/setup.bat index f626a23..ad1a846 100644 --- a/setup/setup.bat +++ b/setup/setup.bat @@ -52,13 +52,11 @@ git clone https://github.com/fosscord/fosscord-server-util server-util git clone https://github.com/fosscord/fosscord-cdn cdn git clone https://github.com/fosscord/fosscord-css design git clone https://github.com/fosscord/fosscord-client client -git clone https://github.com/fosscord/fosscord-react react -git clone https://github.com/fosscord/fosscord-react-native react-native git clone https://github.com/fosscord/fosscord-dashboard dashboard where /q code IF ERRORLEVEL 0 ( -CALL echo {"folders":[{"path":"overview"},{"path":"cdn"},{"path":"api"},{"path":"gateway"},{"path":"voice"},{"path":"server-util"},{"path":"design"},{"path":"react"},{"path":"client"},{"path":"react-native"},{"path":"dashboard"}]}> fosscord.code-workspace +CALL echo {"folders":[{"path":"overview"},{"path":"cdn"},{"path":"api"},{"path":"gateway"},{"path":"voice"},{"path":"server-util"},{"path":"design"},{"path":"client"},"path":"dashboard"}]}> fosscord.code-workspace CALL ECHO Opening VSCode Workspace CALL code discord-open-source.code-workspace