Skip to content

Commit

Permalink
Add missed files to urls to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bashor committed May 17, 2024
1 parent 358bc1c commit 357ff2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/src/webMain/resources/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ const KOTLIN_CONF_CACHE = 'kotlin-conf-cache';
const staticUrlsToCache = [
'./',
'./kotlin-app-wasm-js.js',
'./135.js',
'./273.js',
'./8433c6b69bfa201b0895.wasm',
'./KotlinConfApp-shared-wasm-js.wasm',
'./manifest.json',
Expand Down

0 comments on commit 357ff2e

Please sign in to comment.