mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 22:00:02 -04:00
add ultraviolet support (bare-client-custom)
This commit is contained in:
parent
091339a8a0
commit
3e8f9bcf3b
19 changed files with 379 additions and 9 deletions
|
@ -9,3 +9,5 @@ window.addEventListener("load", () => {
|
|||
console.log(app);
|
||||
render(<App />, container);
|
||||
});
|
||||
|
||||
navigator.serviceWorker.register("/sw.js");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue