mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
websites: update service worker
This commit is contained in:
@@ -2189,8 +2189,10 @@ function main() {
|
||||
createKeyDownEventListener();
|
||||
|
||||
packages.signals().then((signals) =>
|
||||
vecidToIndexesPromise.then(({ createVecIdToIndexes }) =>
|
||||
vecidToIndexesPromise.then(({ createVecIdToIndexes, VERSION }) =>
|
||||
optionsPromise.then(async ({ initOptions }) => {
|
||||
console.log(`VERSION = ${VERSION}`);
|
||||
|
||||
const vecIdToIndexes = createVecIdToIndexes();
|
||||
|
||||
if (env.localhost) {
|
||||
|
||||
Reference in New Issue
Block a user