@montytools/cli 0.2.3 → 0.2.4

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/bin/monty.mjs +1 -1
  2. package/package.json +1 -1
package/bin/monty.mjs CHANGED
@@ -565,7 +565,7 @@ async function dev() {
565
565
  }
566
566
  }
567
567
  await heartbeat(originUrl);
568
- console.log(`workspace: ${host}/apps/${meta.slug} — DEV mode for admins while this runs; click Publish there to ship`);
568
+ console.log(`studio: ${host}/studio/${meta.slug} — your app is live there while this runs; click Publish to ship`);
569
569
  hbTimer = setInterval(() => void heartbeat(originUrl), 30_000);
570
570
  }
571
571
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@montytools/cli",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "monty": "./bin/monty.mjs"