Retrait du port aléatoire
This commit is contained in:
parent
193c0f6392
commit
92b35503f2
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue