Skip to content

Commit 26a06ed

Browse files
committedMar 23, 2025·
up
1 parent f44bee9 commit 26a06ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shelve/cli",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"description": "The command-line interface for Shelve",
55
"homepage": "https://shelve.cloud",
66
"bugs": {

‎packages/cli/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": {
1515
"type": "string",
1616
"description": "The URL of the Shelve instance can be overridden with the `SHELVE_URL` environment variable",
17-
"default": "https://shelve.cloud"
17+
"default": "https://app.shelve.cloud"
1818
},
1919
"defaultEnv": {
2020
"type": "string",

‎packages/types/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": {
1515
"type": "string",
1616
"description": "The URL of the Shelve instance can be overridden with the `SHELVE_URL` environment variable",
17-
"default": "https://shelve.cloud"
17+
"default": "https://app.shelve.cloud"
1818
},
1919
"defaultEnv": {
2020
"type": "string",

0 commit comments

Comments
 (0)
Please sign in to comment.