diff options
author | 2022-04-06 06:14:04 -0700 | |
---|---|---|
committer | 2022-04-06 06:14:04 -0700 | |
commit | 69653729f0a8e0dd2efcb7ff48e061c9b541c051 (patch) | |
tree | 7bc3aedbb8703ca0155991bb1fb73a6b09d0b158 /examples/http.ts | |
parent | 81eb47de0eb08081ed0677b71aa47e9a2b473cab (diff) | |
download | bun-69653729f0a8e0dd2efcb7ff48e061c9b541c051.tar.gz bun-69653729f0a8e0dd2efcb7ff48e061c9b541c051.tar.zst bun-69653729f0a8e0dd2efcb7ff48e061c9b541c051.zip |
tweak examples
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 |