@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.
- package/bin/monty.mjs +1 -1
- 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(`
|
|
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
|
|