From a3fc13de3a3b8ee4e3e697d2a668a96c09214c94 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 7 Jan 2026 21:00:40 +0200 Subject: [PATCH] refactor(client): extract bootstrap script into separate file --- apps/client/src/index.html | 82 +------------------------------- apps/client/src/index.ts | 81 +++++++++++++++++++++++++++++++ apps/client/vite.config.mts | 3 +- apps/server/src/routes/assets.ts | 4 ++ 4 files changed, 87 insertions(+), 83 deletions(-) diff --git a/apps/client/src/index.html b/apps/client/src/index.html index 0ef0cf29d6..0a3e9dc0ee 100644 --- a/apps/client/src/index.html +++ b/apps/client/src/index.html @@ -24,87 +24,7 @@ - - +