create-laju-app 1.0.12 → 1.0.13
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/cli.js +4 -2
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -89,9 +89,11 @@ program
|
|
|
89
89
|
console.log('');
|
|
90
90
|
console.log('👉 Next steps:');
|
|
91
91
|
console.log('1. 📁 cd ' + projectDirectory);
|
|
92
|
-
console.log('2. 🔥 npm run dev to start the development server.');
|
|
93
|
-
console.log('3. 📦 npm run build to build the production files.');
|
|
92
|
+
console.log('2. 🔥 npm run dev => to start the development server.');
|
|
93
|
+
console.log('3. 📦 npm run build => to build the production files.');
|
|
94
94
|
console.log('');
|
|
95
|
+
console.log(" - :+===+ =+ ++++++++++++++ =++++= =+++ +++= +++= ++= +++++ ++ ++++++ + == =++++++++++++ -= = =++++++++++++ ++ = ++++++ ++ - =++++= =+= =++++ +++ =++= -+++= ++++++++++++++= ++=+++++++++= == ");
|
|
96
|
+
|
|
95
97
|
|
|
96
98
|
|
|
97
99
|
|