Skip to content

Commit 5135e93

Browse files
authored
Update quickstart
1 parent dc7be6e commit 5135e93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ pnpm add @ngrok/ngrok
5656
// Output ngrok url to console
5757
console.log(`Ingress established at: ${listener.url()}`);
5858
})();
59+
60+
process.stdin.resume();
5961
```
6062

6163
That's it! Your application should now be available through the url output in your terminal.

0 commit comments

Comments
 (0)