Skip to content

Commit

Permalink
upgrade snowpack
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Mar 14, 2021
1 parent 2b34e3d commit 5697a2d
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 1,885 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,6 +1,6 @@
recursive-include src/idom *
recursive-exclude src/idom/client/app/node_modules *
recursive-exclude src/idom/client/app/web_modules *
recursive-exclude src/idom/client/build *
recursive-exclude src/idom/client/user-build *
include requirements/prod.txt
include requirements/extras.txt
1 change: 1 addition & 0 deletions src/idom/client/app/.gitignore
@@ -1,3 +1,4 @@
node_modules
web_modules
build
src/user-packages.js
2 changes: 1 addition & 1 deletion src/idom/client/app/index.html
Expand Up @@ -8,7 +8,7 @@
<body>
<div id="app"></div>
<script type="module">
import { mountLayoutWithWebSocket } from "./index.js";
import { mountLayoutWithWebSocket } from "./src/index.js";

mountLayoutWithWebSocket(document.getElementById("app"));
</script>
Expand Down

0 comments on commit 5697a2d

Please sign in to comment.