Retrait du port aléatoire

This commit is contained in:
Feror 2025-05-14 17:30:56 +02:00
parent 193c0f6392
commit 92b35503f2

View file

@ -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,