Skip to content

Commit 1fbd13e

Browse files
committed
feat: change default port
1 parent 5088dfe commit 1fbd13e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/main.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import type { Serve } from "bun"
2+
13
import consola from "consola"
24
import fs from "node:fs"
35

@@ -71,4 +73,7 @@ async function initialize() {
7173
// Initialize the application
7274
await initialize()
7375

74-
export default server
76+
export default {
77+
fetch: server.fetch,
78+
port: 4141,
79+
} satisfies Serve

0 commit comments

Comments
 (0)