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,