mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 06:20:02 -04:00
small changes
This commit is contained in:
parent
30adf894aa
commit
a0ef702b54
16 changed files with 124 additions and 113 deletions
|
@ -1,5 +1,6 @@
|
|||
navigator.serviceWorker.register("./sw.js", {
|
||||
scope: __scramjet$config.prefix
|
||||
scope: __scramjet$config.prefix,
|
||||
type: "module"
|
||||
})
|
||||
const connection = new BareMux.BareMuxConnection("/bare-mux-worker.js")
|
||||
const flex = css`display: flex;`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue