@alpic80/rivet-cli 1.24.0-aidon.7 → 1.24.0-aidon.8

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.
@@ -152,6 +152,7 @@ export async function serve(cliArgs = {}) {
152
152
  }
153
153
  if (args.logActivity) {
154
154
  const logInfo = [
155
+ args.hostname && `Hostname:${chalk.bold.white(args.hostname)}`,
155
156
  args.port && `Port:${chalk.bold.white(args.port)}`,
156
157
  args.projectFile && `ProjectFile:${chalk.bold.white(args.projectFile)}`,
157
158
  args.dev && `Dev:${chalk.bold.white(args.dev)}`,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@alpic80/rivet-cli",
3
3
  "license": "MIT",
4
4
  "repository": "https://github.com/castortech/rivet",
5
- "version": "1.24.0-aidon.7",
5
+ "version": "1.24.0-aidon.8",
6
6
  "src": "bin/cli.ts",
7
7
  "bin": {
8
8
  "rivet": "bin/cli.js"