From 92b35503f2c224a6442de56469459f3facad23b6 Mon Sep 17 00:00:00 2001 From: Feror Date: Wed, 14 May 2025 17:30:56 +0200 Subject: [PATCH] =?UTF-8?q?Retrait=20du=20port=20al=C3=A9atoire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index b2a30bb..c6aaddd 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2,7 +2,6 @@ import { serve } from "bun"; import index from "./index.html"; const server = serve({ - port: 0, routes: { // Serve index.html for all unmatched routes. "/*": index,