frontend complete migration from parcel to vite for much better production builds

This commit is contained in:
Yeicor
2024-03-03 17:54:53 +01:00
parent 0fad65d7b2
commit da0dcea44a
30 changed files with 1142 additions and 1651 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="assets/favicon.ico">
<title>Yet Another CAD Viewer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="frontend/index.ts"></script>
</head>
<body>
</body>
</html>