agendex-cli 0.3.0 → 0.3.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.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2477,7 +2477,7 @@ function startWatching(onChange) {
|
|
|
2477
2477
|
// src/auth.ts
|
|
2478
2478
|
import { spawn } from "node:child_process";
|
|
2479
2479
|
import { createServer } from "node:http";
|
|
2480
|
-
var DEFAULT_SITE_URL = "https://agendex.dev";
|
|
2480
|
+
var DEFAULT_SITE_URL = "https://app.agendex.dev";
|
|
2481
2481
|
async function login(siteUrlOverride) {
|
|
2482
2482
|
const { port, result } = await startCallbackServer();
|
|
2483
2483
|
const callbackUrl = `http://127.0.0.1:${port}/callback`;
|