aboutsummaryrefslogtreecommitdiff
path: root/www/bootstrap.js
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-06-12 06:18:00 +0100
committerAkshay <[email protected]>2021-06-12 06:18:00 +0100
commit987ce60b9fc60ccdb91e0d271fcba10a0a6cf51a (patch)
treecab9c1d8170fdfe8423e3f7713af889206a2ce5b /www/bootstrap.js
parentad701b3f1959fa7c761668da5164518aa9d122cd (diff)
re-add www
Diffstat (limited to 'www/bootstrap.js')
m---------www0
-rw-r--r--www/bootstrap.js5
2 files changed, 5 insertions, 0 deletions
diff --git a/www b/www
deleted file mode 160000
Subproject 9ac3dff9ebea4675e5c478bcdcbc0fd547d1529
diff --git a/www/bootstrap.js b/www/bootstrap.js
new file mode 100644
index 0000000..7934d62
--- /dev/null
+++ b/www/bootstrap.js
@@ -0,0 +1,5 @@
1// A dependency graph that contains any wasm must all be imported
2// asynchronously. This `bootstrap.js` file does the single async import, so
3// that no one else needs to worry about it again.
4import("./index.js")
5 .catch(e => console.error("Error importing `index.js`:", e));