create-fleetbo-project 1.1.0 ā 1.2.0
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 +1 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -106,7 +106,7 @@ async function setupProject() {
|
|
|
106
106
|
console.log('\nš Your Fleetbo project is ready !');
|
|
107
107
|
console.log(`\nTo get started, run the following commands :`);
|
|
108
108
|
console.log(` cd ${projectName}`);
|
|
109
|
-
console.log(`
|
|
109
|
+
console.log(` npx fleetbo start`);
|
|
110
110
|
|
|
111
111
|
} catch (error) {
|
|
112
112
|
console.error('\n An error occurred while creating the project :', error.message);
|