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 97caf6bfc..8b17c320c 100644 --- a/examples/http.ts +++ b/examples/http.ts @@ -21,7 +21,6 @@ Bun.serve({ port: 3000, // number or string }); - // Start a fast HTTP server from the main file's export // export default { // fetch(req) { |