From 3d97cff0f42a86e4c3eb137e5aeebf6119f8c335 Mon Sep 17 00:00:00 2001
From: joneugster
Date: Tue, 31 Oct 2023 14:56:11 +0100
Subject: [PATCH] change to vite
---
.gitignore | 2 +
client/public/index.html => index.html | 2 +-
package-lock.json | 2214 +++++++++++++++++-------
package.json | 27 +-
vite.config.ts | 39 +
5 files changed, 1609 insertions(+), 675 deletions(-)
rename client/public/index.html => index.html (95%)
create mode 100644 vite.config.ts
diff --git a/.gitignore b/.gitignore
index 26b77df..407cbdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
node_modules
client/dist
server/build
+server/lakefile.olean
**/lake-packages/
+**/.DS_Store
diff --git a/client/public/index.html b/index.html
similarity index 95%
rename from client/public/index.html
rename to index.html
index 070b31b..7da8849 100644
--- a/client/public/index.html
+++ b/index.html
@@ -33,7 +33,7 @@
-
+