Skip to content

Commit

Permalink
Add public
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 4, 2023
1 parent a4dc170 commit 90d36a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ scratch.js
compiler-common
garbage.js
playground
!examples/vite-react/public/index.html
10 changes: 10 additions & 0 deletions examples/vite-react/public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<meta charset="utf8">
</head>
<body>
<div id="app"></div>
<script src="js/index.jsx" type="module"></script>
</body>
</html>

0 comments on commit 90d36a0

Please sign in to comment.