@wraps.dev/cli 2.9.2 → 2.9.3

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/cli.js CHANGED
@@ -7010,7 +7010,7 @@ async function login(options) {
7010
7010
  return;
7011
7011
  }
7012
7012
  clack.intro(pc.bold("Wraps \u203A Sign In"));
7013
- const baseURL = process.env.WRAPS_API_URL || "https://wraps.dev";
7013
+ const baseURL = process.env.WRAPS_API_URL || "https://app.wraps.dev";
7014
7014
  const authClient = createCliAuthClient(baseURL);
7015
7015
  const spinner8 = clack.spinner();
7016
7016
  const { data: codeData, error: codeError } = await authClient.device.code({