Skip to content

Commit 63767dd

Browse files
committed
chore(scripts): Add list of services at end of pm2 start so can quickly launch
1 parent bc25e17 commit 63767dd

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

_scripts/pm2-all.sh

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ fi
4747
end=`date +%s`
4848
runtime=$((end-start))
4949

50-
echo -e "\n###########################################################\n"
51-
echo "# Stack Started Successfully ! ${runtime}s"
52-
echo -e "\n###########################################################\n"
50+
echo -e "\n###########################################################"
51+
echo -e "# ✅ Stack Started Successfully in ${runtime}s"
52+
echo -e "###########################################################"
53+
echo -e ""
54+
echo -e " 📍 Services:"
55+
echo -e " Content Server http://localhost:3030"
56+
echo -e " Admin Panel http://localhost:8091"
57+
echo -e " 123done (RP) http://localhost:8080"
58+
echo -e ""
59+
echo -e " 💡 Run 'yarn ports' to see all service ports"
60+
echo -e "###########################################################\n"

0 commit comments

Comments
 (0)