From 64717cc652c407ebc70c4f143046eea6f26a27b9 Mon Sep 17 00:00:00 2001 From: binekrasik Date: Mon, 23 Mar 2026 21:59:36 +0100 Subject: [PATCH] chore: tidy up things --- .gitignore | 1 + index.html | 29 ++++++++++++++++++----------- config.vite.ts => vite.config.ts | 0 3 files changed, 19 insertions(+), 11 deletions(-) rename config.vite.ts => vite.config.ts (100%) diff --git a/.gitignore b/.gitignore index 84d08eb..b506f86 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ bun.lock # Vercel .vercel +*.env # Editor directories and files .vscode/* diff --git a/index.html b/index.html index 32f1d05..b095e35 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,22 @@ - - - - - webshell - - -
+ + + -
- - + + + + + + webshell + + + +
+ + diff --git a/config.vite.ts b/vite.config.ts similarity index 100% rename from config.vite.ts rename to vite.config.ts