This commit is contained in:
Yann Stepienik 2023-02-11 16:11:01 +00:00
parent 740df2d63c
commit 34445af9aa
3 changed files with 2 additions and 55 deletions

3
.gitignore vendored
View file

@ -8,4 +8,5 @@ localcert.crt
localcert.key
.vite
dev.json
.bin
.bin
client/dist

File diff suppressed because one or more lines are too long

View file

@ -1,14 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<script type="module" crossorigin src="/assets/index-fb8d864c.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>