rampup 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/auth.js +1 -1
  2. package/package.json +1 -1
package/auth.js CHANGED
@@ -222,7 +222,7 @@ export async function loginWithBrowser() {
222
222
  } else if (url.pathname === '/') {
223
223
  // Redirect to Firebase auth
224
224
  res.writeHead(302, {
225
- Location: `https://rampup.dev/cli-auth?redirect=http://localhost:${PORT}/callback`,
225
+ Location: `https://app.rampup.dev/cli-login?redirect=http://localhost:${PORT}/callback`,
226
226
  });
227
227
  res.end();
228
228
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rampup",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Ramp - Understand any codebase in hours. AI-powered developer onboarding CLI.",
5
5
  "type": "module",
6
6
  "bin": {