From cacc530f3503a70ae327822c772caf6f3ebcd7c9 Mon Sep 17 00:00:00 2001 From: sepia Date: Thu, 24 Jul 2025 18:52:57 -0500 Subject: [PATCH] Move index.html to public dir --- index.html => public/index.html | 0 src/index.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename index.html => public/index.html (100%) diff --git a/index.html b/public/index.html similarity index 100% rename from index.html rename to public/index.html diff --git a/src/index.ts b/src/index.ts index 710a260..b3239f7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -70,7 +70,7 @@ const app = new Elysia() const displayName = wsHandler.getPlayerName(playerId); - const htmlTemplate = await Bun.file('./index.html').text(); + const htmlTemplate = await Bun.file('./public/index.html').text(); let finalHtml = htmlTemplate .replace( '',