[READ-ONLY] Mirror of https://github.com/danielroe/armada-js. armada-js.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: don't set vite client as entrypoint ๐Ÿ™ˆ

Daniel Roe (Oct 5, 2023, 12:09 PM +0200) 81580da2 18d7c710

+1 -1
+1 -1
index.html
··· 9 9 10 10 <body> 11 11 <main id="root"></main> 12 - <script type="module" src="@vite/client"></script> 12 + <script type="module" src="./app/client"></script> 13 13 </body> 14 14 15 15 </html>