Skip to content

Commit

Permalink
Vite migration beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
medied committed Nov 9, 2023
1 parent bfc7514 commit 6501c89
Show file tree
Hide file tree
Showing 5 changed files with 1,252 additions and 23,265 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.js"></script>
</body>
</html>
Loading

0 comments on commit 6501c89

Please sign in to comment.