mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Update simple.md (#7987)
* Update simple.md * Update docs/guides/http/simple.md --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -14,5 +14,6 @@ const server = Bun.serve({
|
||||
},
|
||||
});
|
||||
|
||||
console.log(`Listening on localhost: ${server.port}`);
|
||||
console.log(`Listening on ${server.url}`);
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user