Skip to content

Commit

Permalink
console bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsboost committed Aug 6, 2024
1 parent 522a3e3 commit 253089c
Show file tree
Hide file tree
Showing 6 changed files with 9,850 additions and 257 deletions.
281 changes: 122 additions & 159 deletions go/dist/App.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions go/dist/App.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions go/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<meta property="og:description" content="kodeWeave is your on the go coding playground! Design with TailwindCSS or Pico.css, see how your app or website will look and behave on a desktop." />
<meta property="og:image" content="https://michaelsboost.com/kodeWeave/imgs/header.png" />
<!-- <link rel="stylesheet" href="libraries/pico/pico.classless.css"> -->
<!-- <link rel="stylesheet" href="libraries/pico/pico.classless.mod.css">
<script src="libraries/tailwind/tailwind-mod-noreset.min.js"></script> -->
<link rel="stylesheet" href="dist/style.min.css">
<link rel="stylesheet" href="libraries/pico/pico.classless.mod.css">
<script src="libraries/tailwind/tailwind-mod-noreset.min.js"></script>
<!-- <link rel="stylesheet" href="dist/style.min.css"> -->
<link rel="stylesheet" href="dist/editor.min.css">
</head>
<body>
Expand All @@ -40,17 +40,17 @@ <h2 class="text-[#ffffff00]">kodeWeave is your on the go coding playground! Desi
<div id="app" class="absolute inset-0"></div>

<!-- Load Application Script -->
<!-- <script id="appScript" src="src/App.js"></script> -->
<script id="appScript" src="dist/App.js"></script>
<script id="appScript" src="src/App.js"></script>
<!-- <script id="appScript" src="dist/App.js"></script> -->
<script src="dist/editor.js"></script>
<script src="https://storage.googleapis.com/workbox-cdn/releases/6.4.1/workbox-sw.js"></script>
<!-- <script src="https://storage.googleapis.com/workbox-cdn/releases/6.4.1/workbox-sw.js"></script>
<script>
// service worker for progressive web app
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('./sw.js')
})
}
</script>
</script> -->
</body>
</html>
Binary file modified go/libraries/.DS_Store
Binary file not shown.
Loading

0 comments on commit 253089c

Please sign in to comment.