From 38bef234d6465f9f68ada5413e169e9dd5b64454 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Tue, 3 Dec 2024 15:39:03 +0100 Subject: [PATCH] Vite needs index.html in rooy --- .gitignore | 1 - client/index.html | 13 +++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 client/index.html diff --git a/.gitignore b/.gitignore index fb014f6..48e9079 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ myconext.pem myconext.crt node_modules target -index.html bundle.*.css bundle.*.js yarn-error.log diff --git a/client/index.html b/client/index.html new file mode 100644 index 0000000..bcef7d4 --- /dev/null +++ b/client/index.html @@ -0,0 +1,13 @@ + + + + Student mobiliteit + + + + + + + + + \ No newline at end of file