juxscript 1.0.44 → 1.0.45
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 -6
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -280,11 +280,6 @@ async function buildProject(isServe = false, wsPort = 3001) {
|
|
|
280
280
|
║ ║
|
|
281
281
|
╚═══════════════════════════════════════════════════════╝
|
|
282
282
|
|
|
283
|
-
📂 Your project is ready at: ./${projectName}
|
|
284
|
-
|
|
285
|
-
🚀 Next steps:
|
|
286
|
-
cd ${projectName} && npm run dev
|
|
287
|
-
|
|
288
283
|
📚 Resources:
|
|
289
284
|
Documentation: [coming soon]
|
|
290
285
|
GitHub: https://github.com/juxscript/jux
|
|
@@ -293,7 +288,10 @@ async function buildProject(isServe = false, wsPort = 3001) {
|
|
|
293
288
|
⭐ If you find JUX useful, please star us on GitHub!
|
|
294
289
|
🔒 Security: Report issues to security@juxscript.com [placeholder]
|
|
295
290
|
|
|
296
|
-
Say goodbye to markup </</>>>.
|
|
291
|
+
Say goodbye to markup </</>>>.
|
|
292
|
+
Happy javascripting your frontend! 🎉
|
|
293
|
+
|
|
294
|
+
Next steps, run: cd ${projectName} && npm run dev
|
|
297
295
|
`);
|
|
298
296
|
|
|
299
297
|
} catch (err) {
|