devbonzai 1.6.5 → 1.6.7
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/cli.js +2 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -762,7 +762,7 @@ async function main() {
|
|
|
762
762
|
console.log('');
|
|
763
763
|
console.log('Relay server running on localhost:3001');
|
|
764
764
|
console.log('');
|
|
765
|
-
console.log('Diagram avaialble at https://
|
|
765
|
+
console.log('Diagram avaialble at https://bonzai.dev/ ');
|
|
766
766
|
console.log('');
|
|
767
767
|
|
|
768
768
|
// Start the server automatically
|
|
@@ -772,7 +772,7 @@ async function main() {
|
|
|
772
772
|
});
|
|
773
773
|
|
|
774
774
|
// Open browser automatically
|
|
775
|
-
exec('open https://
|
|
775
|
+
exec('open https://bonzai.dev/');
|
|
776
776
|
|
|
777
777
|
// Handle server process
|
|
778
778
|
server.on('close', (serverCode) => {
|