feat: add desktop repo (#1071)

This commit is contained in:
Mo
2022-06-07 11:52:15 -05:00
committed by GitHub
parent 0bb12db948
commit 0b7ce82aaa
135 changed files with 17821 additions and 180 deletions

View File

@@ -8,7 +8,7 @@ case "$COMMAND" in
echo "Prestart Step 1/1 - Removing server lock"
rm -f /app/packages/web-server/tmp/pids/server.pid
echo "Starting Server..."
yarn start:web
yarn start:server:web
;;
'start-local' )
@@ -21,7 +21,7 @@ case "$COMMAND" in
echo "Prestart Step 4/4 - Building"
yarn build
echo "Starting Server..."
yarn start:web
yarn start:server:web
;;
* )