add ultraviolet support (bare-client-custom)

This commit is contained in:
CoolElectronics 2023-08-11 14:47:59 -04:00
parent 091339a8a0
commit 3e8f9bcf3b
No known key found for this signature in database
GPG key ID: F63593D168636C50
19 changed files with 379 additions and 9 deletions

View file

@ -9,3 +9,5 @@ window.addEventListener("load", () => {
console.log(app);
render(<App />, container);
});
navigator.serviceWorker.register("/sw.js");