You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command: sh -c "tsc -p indexer/ && cd ./indexer/ && pm2 start 'npm run start' --name indexer && cd ../api && pm2 start 'npm run start' --name api && cd ../explorer && pm2 start 'npm run docker-start-mainnet' --name explorer && pm2 logs"