@getpawl/setup 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -123,8 +123,7 @@ async function pawlConnect() {
|
|
|
123
123
|
console.error("Error: Could not start connect session. Is the API reachable?");
|
|
124
124
|
process.exit(1);
|
|
125
125
|
}
|
|
126
|
-
const
|
|
127
|
-
const connectUrl = `${frontendUrl}/connect?code=${code}&repo=${encodeURIComponent(repoName)}`;
|
|
126
|
+
const connectUrl = `https://agentmap-mimy.onrender.com/connect?code=${code}&repo=${encodeURIComponent(repoName)}`;
|
|
128
127
|
console.log(`
|
|
129
128
|
Opening browser to link "${repoName}" to a Pawl project...
|
|
130
129
|
`);
|