Skip to content

Commit

Permalink
[#51] Set up migration to Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan committed Aug 29, 2024
1 parent 98d4d94 commit 5fa2821
Show file tree
Hide file tree
Showing 6 changed files with 941 additions and 59 deletions.
7 changes: 4 additions & 3 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./main.css" />
<link rel="stylesheet" href="./s-forms.css" />
<link rel="stylesheet" href="public/main.css" />
<link rel="stylesheet" href="public/s-forms.css" />

<title>react-starter-boilerplate-hmr</title>
<title>S-Pipes UI</title>
</head>

<body>
Expand Down Expand Up @@ -43,5 +43,6 @@
</div>
</div>
</div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>
Loading

0 comments on commit 5fa2821

Please sign in to comment.