Skip to content

Commit

Permalink
Migrate to vite
Browse files Browse the repository at this point in the history
  • Loading branch information
domi-b committed Oct 10, 2024
1 parent bf3f2ad commit 12ae1de
Show file tree
Hide file tree
Showing 7 changed files with 9,811 additions and 31,781 deletions.
17 changes: 17 additions & 0 deletions src/ILICheck.Web/ClientApp/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="icon" href="/favicon.ico" />
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>
Loading

0 comments on commit 12ae1de

Please sign in to comment.