Skip to content

Commit

Permalink
chore(create-vite): change directory structure of template-vanilla
Browse files Browse the repository at this point in the history
…for consistency (#18716)
  • Loading branch information
nozomuikuta authored Nov 22, 2024
1 parent dc60410 commit 56a86ae
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="/main.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>

0 comments on commit 56a86ae

Please sign in to comment.