@blankdotpage/cli 0.1.0 → 0.1.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/README.md CHANGED
@@ -22,7 +22,6 @@ By default, CLI commands target:
22
22
  Override target endpoint with either:
23
23
 
24
24
  - `--app-url https://your-preview.fly.dev`
25
- - `BLANKPAGE_CLI_APP_URL=https://your-preview.fly.dev`
26
25
  - `BLANKPAGE_APP_URL=https://your-preview.fly.dev`
27
26
 
28
27
  ## Commands
package/dist/index.js CHANGED
@@ -195,7 +195,7 @@ function generatePageId() {
195
195
 
196
196
  // src/index.ts
197
197
  function getDefaultAppUrl() {
198
- return process.env.BLANKPAGE_CLI_APP_URL || process.env.BLANKPAGE_APP_URL || "https://blank.page";
198
+ return process.env.BLANKPAGE_APP_URL || "https://blank.page";
199
199
  }
200
200
  function resolveAppUrl({
201
201
  appUrlFlag,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blankdotpage/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI for Blank Page",
5
5
  "type": "module",
6
6
  "files": [