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";
|
import index from "./index.html";
|
||||||
|
|
||||||
const server = serve({
|
const server = serve({
|
||||||
port: 0,
|
|
||||||
routes: {
|
routes: {
|
||||||
// Serve index.html for all unmatched routes.
|
// Serve index.html for all unmatched routes.
|
||||||
"/*": index,
|
"/*": index,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue