From c195fddc3953ecd8a597e39c93ac22b4c549e92a Mon Sep 17 00:00:00 2001 From: Jose Emilio Labra Gayo Date: Sun, 25 Feb 2024 06:32:21 +0100 Subject: [PATCH] Simple attempt to migrate to vite --- webapp/{public => }/index.html | 6 +- webapp/package-lock.json | 29907 ++++++++++--------------------- webapp/package.json | 10 +- webapp/src/vite-env.d.ts | 1 + webapp/vite.config.ts | 8 + 5 files changed, 9511 insertions(+), 20421 deletions(-) rename webapp/{public => }/index.html (89%) create mode 100644 webapp/src/vite-env.d.ts create mode 100644 webapp/vite.config.ts diff --git a/webapp/public/index.html b/webapp/index.html similarity index 89% rename from webapp/public/index.html rename to webapp/index.html index aa069f27..17d1967e 100644 --- a/webapp/public/index.html +++ b/webapp/index.html @@ -2,19 +2,19 @@ - + - + - +