@zerothreatai/cli 6.0.2 ā 6.0.3
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.
|
@@ -50,5 +50,6 @@ function displayLicenseTable(response) {
|
|
|
50
50
|
}
|
|
51
51
|
console.log(chalk_1.default.bold.blue('\nš LICENSE DETAILS'));
|
|
52
52
|
console.log(table.toString());
|
|
53
|
-
console.log(chalk_1.default.gray('⤠You can now start using ZeroThreat
|
|
53
|
+
console.log(chalk_1.default.gray('⤠You can now start using ZeroThreat on this url : '));
|
|
54
|
+
console.log(chalk_1.default.bold.blue('http://localhost:5173'));
|
|
54
55
|
}
|