Add to index.html

This commit is contained in:
Will Hunt 2021-03-31 17:01:49 +01:00
parent 6bdf7f1ee9
commit 110f0821f0
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
main(new Platform(document.body, {
worker: "src/worker.js",
downloadSandbox: "assets/download-sandbox.html",
defaultHomeServer: "matrix.org",
// NOTE: uncomment this if you want the service worker for local development
// serviceWorker: "sw.js",
// NOTE: provide push config if you want push notifs for local development