We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccef0c7 commit c09ab86Copy full SHA for c09ab86
backup.sh
@@ -84,6 +84,7 @@ fi
84
if [ -f "$ZING" ]; then
85
rm -r "$ZING"
86
rm -r "$PTERO/resources/scripts/components/server/files/FileViewer.tsx"
87
+ rm -r "$PTERO/resources/scripts/components/SidePanel.tsx"
88
fi
89
#### THEME ZINGTHEME ####
90
}
themes/version1.x/ZingTheme/build.sh
@@ -254,6 +254,7 @@ echo
254
print_brake 25
255
echo -e "* ${GREEN}Producing panel...${reset}"
256
257
+echo
258
if [ -d "$PTERO/node_modules" ]; then
259
cd "$PTERO"
260
yarn add @emotion/react
0 commit comments