create-fleetbo-project 1.2.79 → 1.2.82

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.
@@ -189,7 +189,7 @@ if (command === 'alex') {
189
189
  process.stdout.write(\` \\x1b[32mOK\x1b[0m\n\`);
190
190
  } catch (err) {
191
191
  process.stdout.write(\` \\x1b[31mFAILED\x1b[0m\n\`);
192
- console.error(\` ⚠️ Config sync failed: \${err.message}\`);
192
+ console.error(\` ⚠️ Config sync failed: \${err.message}\`);
193
193
  }
194
194
  }
195
195
  if (instructions && Array.isArray(instructions) && instructions.length > 0) {
@@ -295,7 +295,6 @@ if (command === 'android' || command === 'ios') {
295
295
  archive.finalize();
296
296
  });
297
297
 
298
- // Correction du saut de ligne ici aussi
299
298
  console.log(\`\\n\\x1b[33mSyncing \${platform} logic bundle...\\x1b[0m\`);
300
299
  await showEnergyTransfer();
301
300
 
@@ -340,7 +339,6 @@ const killNetworkService = () => {
340
339
  }
341
340
  };
342
341
 
343
-
344
342
  let isExiting = false;
345
343
  async function cleanupAndExit(code = 0) {
346
344
  if (isExiting) return;
@@ -363,9 +361,10 @@ async function syncFirebase(keyApp, networkUrl, testerEmail) {
363
361
  try {
364
362
  await axios.post(UPDATE_NETWORK_URL, { keyApp, networkUrl, tester: testerEmail });
365
363
  console.log(\`\\n\\x1b[32m[Fleetbo]\\x1b[0m -------------------------------------------------------------\`);
366
- console.log('\\x1b[32m[Fleetbo] GO GO GO ! FLEETBO STUDIO IS READY \\x1b[0m');
367
- console.log('\\x1b[32m[Fleetbo] You can now start coding and previewing in Studio. 🚀\\x1b[0m');
364
+ console.log('\\x1b[32m[Fleetbo] GO GO GO ! FLEETBO COCKPIT IS READY \\x1b[0m');
365
+ console.log('\\x1b[32m[Fleetbo] You can now start coding and previewing in Cockpit. 🚀\\x1b[0m');
368
366
  console.log(\`\\x1b[32m[Fleetbo]\\x1b[0m -------------------------------------------------------------\`);
367
+ console.log('\\x1b[34m[Pilot Instruction] ❯ \\x1b[0m Switch to your Fleetbo Cockpit tab to begin. \\x1b[0m');
369
368
  } catch (err) {
370
369
  console.error(\`[Fleetbo] Sync Error: \${err.message}\`);
371
370
  }
@@ -489,7 +488,7 @@ async function setupProject() {
489
488
 
490
489
  process.chdir(projectDir);
491
490
 
492
- console.log(' [2.5/7] Standardizing Architecture (src/app)...');
491
+ console.log(' [2.5/7] Standardizing Architecture (src/app)...');
493
492
  const oldPath = path.join(projectDir, 'src/pages');
494
493
  const newPath = path.join(projectDir, 'src/app');
495
494
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fleetbo-project",
3
- "version": "1.2.79",
3
+ "version": "1.2.82",
4
4
  "description": "Creates a new Fleetbo project.",
5
5
  "main": "install-react-template.js",
6
6
  "bin": {