Set up vite configuration

This commit is contained in:
2024-10-28 20:32:42 +01:00
parent f1b5027e7f
commit 552016f61d
8 changed files with 1245 additions and 6219 deletions

13
frontend/src/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NovaMD</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./index.js"></script>
</body>
</html>