From 0a4b4316c85fd78c2831508a84724d4285fb3e3b Mon Sep 17 00:00:00 2001 From: ckt1031 <65409152+ckt1031@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:17:07 +0800 Subject: [PATCH] feat: use vite for faster build --- web/{public => }/index.html | 1 + web/package.json | 12 ++++++------ web/vite.config.js | 23 +++++++++++++++++++++++ 3 files changed, 30 insertions(+), 6 deletions(-) rename web/{public => }/index.html (91%) create mode 100644 web/vite.config.js diff --git a/web/public/index.html b/web/index.html similarity index 91% rename from web/public/index.html rename to web/index.html index b8e324d2..d4664e14 100644 --- a/web/public/index.html +++ b/web/index.html @@ -14,5 +14,6 @@
+