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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agendex-cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Agendex CLI for login, sync, and daemon workflows",
5
5
  "homepage": "https://github.com/Tyru5/Agendex#readme",
6
6
  "repository": {