File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747end=` date +%s`
4848runtime=$(( 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"
You can’t perform that action at this time.
0 commit comments