@unikode/cli 1.0.14 → 1.0.15
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1631,8 +1631,8 @@ function getErrorMessage2(error) {
|
|
|
1631
1631
|
return error instanceof Error ? error.message : String(error);
|
|
1632
1632
|
}
|
|
1633
1633
|
async function performLogin() {
|
|
1634
|
-
const clerkFrontendApi =
|
|
1635
|
-
const clientId =
|
|
1634
|
+
const clerkFrontendApi = "https://leading-mule-30.clerk.accounts.dev";
|
|
1635
|
+
const clientId = "6puX06HhElJdiRhC";
|
|
1636
1636
|
const apiUrl = process.env.API_URL ?? "http://localhost:3000";
|
|
1637
1637
|
if (!clerkFrontendApi)
|
|
1638
1638
|
throw new Error("CLERK_FRONTEND_API not set");
|