From 28fa6b072c557782f8bbda425677f1dcae74d911 Mon Sep 17 00:00:00 2001 From: kyuuseiryuu Date: Sat, 24 Jan 2026 11:46:09 +0900 Subject: [PATCH] env port --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index 76f05cc..4725bab 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,6 +3,7 @@ import index from "./index.html"; import { getMatchInfo, listEvent } from "./utils"; const server = serve({ + port: process.env.PORT || 3000, routes: { // Serve index.html for all unmatched routes. "/*": index,