this repo has no description
1
fork

Configure Feed

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

fix: Add type="module" to app.js script tag

+1 -1
+1 -1
index.html
··· 64 64 <script> 65 65 console.log(Object.keys(window).filter((key) => true)); 66 66 </script> 67 - <script src="app.js"></script> 67 + <script type="module" src="app.js"></script> 68 68 </body> 69 69 </html>