Skip to content

Commit 07a78ea

Browse files
committed
🚸 Show URL for request inspector
1 parent 98173f5 commit 07a78ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/cli/route-info.js

+7
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ function getRouteInfo({ url }) {
4040
`);
4141
}
4242

43+
if (url.includes('ngrok.io')) {
44+
info.push(chalk`
45+
{green ngrok request inspector available:}
46+
=> http://127.0.0.1:4040/
47+
`);
48+
}
49+
4350
return stripIndent`${info.join('\n')}`;
4451
}
4552

0 commit comments

Comments
 (0)