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
elizaLogger.log(`Server started on alternate port ${serverPort}`);
752
+
}
753
+
723
754
elizaLogger.log(
724
-
"Run `pnpm start:client` to start the client and visit the outputted URL (http://localhost:5173) to chat with your agents"
755
+
"Run `pnpm start:client` to start the client and visit the outputted URL (http://localhost:5173) to chat with your agents. When running multiple agents, use client with different port `SERVER_PORT=3001 pnpm start:client`"
725
756
);
726
757
};
727
758
728
759
startAgents().catch((error)=>{
729
760
elizaLogger.error("Unhandled error in startAgents:",error);
0 commit comments