create-fleetbo-project 1.2.37 → 1.2.38
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.
|
@@ -191,7 +191,7 @@ async function syncFirebase(keyApp, networkUrl, testerEmail) {
|
|
|
191
191
|
});
|
|
192
192
|
console.log('\\n[Fleetbo] ---------------------------------------------------\\n');
|
|
193
193
|
console.log(\`[Fleetbo] ✅ Uplink Status: Online for \${testerEmail}\`);
|
|
194
|
-
console.log(\`[Fleetbo] 🚀 Fleetbo Studio: https://fleetbo.io/studio
|
|
194
|
+
console.log(\`[Fleetbo] 🚀 Fleetbo Studio: https://fleetbo.io/studio/\${keyApp}\`);
|
|
195
195
|
console.log(\'[Fleetbo] 👉 Your studio is ready. You can now open the link above.\');
|
|
196
196
|
console.log('\\n[Fleetbo] ---------------------------------------------------\\n');
|
|
197
197
|
} catch (err) {
|