This commit is contained in:
kyuuseiryuu 2026-01-24 11:46:09 +09:00
parent c6ed9af944
commit 28fa6b072c

View File

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