dungbeetle 0.1.3 → 0.1.5
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/cloud.d.ts +1 -1
- package/dist/cloud.js +1 -1
- package/package.json +1 -1
package/dist/cloud.d.ts
CHANGED
package/dist/cloud.js
CHANGED
|
@@ -6,7 +6,7 @@ import { stripControlChars } from "./terminal/ansi.js";
|
|
|
6
6
|
// The hosted Dungbeetle cloud — where every cloud command points by default.
|
|
7
7
|
// `--server` / `DUNGBEETLE_SERVER_URL` exist for self-hosted deployments only;
|
|
8
8
|
// users of the hosted service should never need to set them.
|
|
9
|
-
export const DEFAULT_SERVER_URL = "https://dungbeetle.
|
|
9
|
+
export const DEFAULT_SERVER_URL = "https://dungbeetle.dev";
|
|
10
10
|
// The API major version this CLI speaks. The server echoes its own version in the
|
|
11
11
|
// `Dungbeetle-Api-Version` header on every API response; a mismatch means the CLI and
|
|
12
12
|
// server are incompatible, so we fail with a clear message rather than confusing
|