Skip to content

Commit df22ef5

Browse files
committed
switch to using vite
1 parent a35048f commit df22ef5

File tree

12 files changed

+1318
-7345
lines changed

12 files changed

+1318
-7345
lines changed

src/client/public/index.html renamed to src/client/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="./idom-logo-square-small.svg" type="image/svg+xml" />
5+
<link
6+
rel="icon"
7+
href="public/idom-logo-square-small.svg"
8+
type="image/svg+xml"
9+
/>
610
<title>IDOM</title>
711
</head>
812
<body>
913
<div id="app"></div>
10-
<script type="module" src="../packages/idom-app-react/src/index.js">
14+
<script type="module">
1115
import { mount } from "idom-app-react";
1216
mount(document.getElementById("app"));
1317
</script>

0 commit comments

Comments
 (0)