myoperator-ui 0.0.36 → 0.0.37
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/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1327,6 +1327,8 @@ export function cn(...inputs: ClassValue[]) {
|
|
|
1327
1327
|
console.log(chalk2.bold(" Next steps:\n"));
|
|
1328
1328
|
console.log(" 1. Add your first component:");
|
|
1329
1329
|
console.log(chalk2.cyan(" npx myoperator-ui add button\n"));
|
|
1330
|
+
console.log(" 2. Browse all components:");
|
|
1331
|
+
console.log(chalk2.cyan(" https://myoperator-ui.vercel.app\n"));
|
|
1330
1332
|
} catch (error) {
|
|
1331
1333
|
spinner.fail("Failed to initialize project");
|
|
1332
1334
|
console.error(error);
|