mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-13 21:35:02 +00:00
wip debug/clinic js
This commit is contained in:
parent
025e67d6b6
commit
501b80f4a4
6 changed files with 50 additions and 6 deletions
|
@ -11,7 +11,7 @@ while ping -c1 prepare_backend &>/dev/null; do sleep 1; done;
|
|||
cd /zeppelin/backend
|
||||
if [ -n "$DEBUG" ]; then
|
||||
echo "Starting API in debug mode"
|
||||
exec env NO_INSIGHT=true npm run start-api-prod-debug
|
||||
exec npm run start-api-prod-debug
|
||||
else
|
||||
echo "Starting API"
|
||||
exec npm run start-api-prod
|
||||
|
|
|
@ -11,7 +11,7 @@ while ping -c1 prepare_backend &>/dev/null; do sleep 1; done;
|
|||
cd /zeppelin/backend
|
||||
if [ -n "$DEBUG" ]; then
|
||||
echo "Starting bot in debug mode"
|
||||
exec env NO_INSIGHT=true npm run start-bot-prod-debug
|
||||
exec npm run start-bot-prod-debug
|
||||
else
|
||||
echo "Starting bot"
|
||||
exec npm run start-bot-prod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue