@mintlify/previewing 4.0.474 → 4.0.476

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.
@@ -117,8 +117,8 @@ const run = (argv) => __awaiter(void 0, void 0, void 0, function* () {
117
117
  io.emit('reload');
118
118
  };
119
119
  server.listen(currentPort, () => {
120
- console.log(`🌿 ${Chalk.green(`Your local preview is available at http://localhost:${port}`)}`);
121
- console.log(`🌿 ${Chalk.green('Press Ctrl+C any time to stop the local preview.')}`);
120
+ console.log(`${Chalk.green(`Your local preview is available at http://localhost:${port}`)}`);
121
+ console.log(`${Chalk.green('Press Ctrl+C any time to stop the local preview.')}`);
122
122
  /**
123
123
  * We're running into a known bug with the `open` package, where Windows machines error out because process.env.SYSTEMROOT is not set:
124
124
  * https://github.com/sindresorhus/open/issues/292