From 37d7afcedcde984221940ab5734d6003dd5d3de2 Mon Sep 17 00:00:00 2001 From: ckt1031 <65409152+ckt1031@users.noreply.github.com> Date: Sat, 8 Jul 2023 14:58:42 +0800 Subject: [PATCH] feat: use vite --- web/{public => }/index.html | 1 + web/package.json | 20 +++++++++-------- web/vite.config.js | 44 +++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 9 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..c67ee563 100644 --- a/web/public/index.html +++ b/web/index.html @@ -14,5 +14,6 @@
+