diff options
Diffstat (limited to 'examples/http.ts')
-rw-r--r-- | examples/http.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/http.ts b/examples/http.ts index 4d58f270f..4f52af2a6 100644 --- a/examples/http.ts +++ b/examples/http.ts @@ -19,7 +19,6 @@ Bun.serve({ // keyFile: './key.pem', port: 8080, // number or string - hostname: "localhost", // defaults to 0.0.0.0 }); // Start a fast HTTP server from the main file's export |