mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
give bare-mux the right worker path
This commit is contained in:
parent
7e5c131452
commit
a39a2657c6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ navigator.serviceWorker.register("./sw.js", {
|
||||||
scope: __scramjet$config.prefix,
|
scope: __scramjet$config.prefix,
|
||||||
type: "module"
|
type: "module"
|
||||||
})
|
})
|
||||||
const connection = new BareMux.BareMuxConnection("/bare-mux-worker.js")
|
const connection = new BareMux.BareMuxConnection("/baremux/worker.js")
|
||||||
const flex = css`display: flex;`;
|
const flex = css`display: flex;`;
|
||||||
const col = css`flex-direction: column;`;
|
const col = css`flex-direction: column;`;
|
||||||
const store = $store({
|
const store = $store({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue