@unikode/cli 1.0.11 → 1.0.13
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
|
@@ -1615,8 +1615,8 @@ function getErrorMessage2(error) {
|
|
|
1615
1615
|
return error instanceof Error ? error.message : String(error);
|
|
1616
1616
|
}
|
|
1617
1617
|
async function performLogin() {
|
|
1618
|
-
const clerkFrontendApi =
|
|
1619
|
-
const clientId =
|
|
1618
|
+
const clerkFrontendApi = "https://leading-mule-30.clerk.accounts.dev";
|
|
1619
|
+
const clientId = "6puX06HhElJdiRhC";
|
|
1620
1620
|
const apiUrl = process.env.API_URL ?? "http://localhost:3000";
|
|
1621
1621
|
if (!clerkFrontendApi)
|
|
1622
1622
|
throw new Error("CLERK_FRONTEND_API not set");
|