feat(cli-tools): update default local endpoint port to 20128

This commit is contained in:
Diego Souza
2026-02-06 22:44:58 +00:00
parent ff2ba87161
commit 6c41573203
4 changed files with 4 additions and 4 deletions
@@ -114,7 +114,7 @@ export default function CLIToolsPageClient({ machineId }) {
if (typeof window !== "undefined") {
return window.location.origin;
}
return "http://localhost:3000";
return "http://localhost:20128";
};
if (loading) {