Skip to content

Commit

Permalink
PRevent errors
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kastl <daniel@georepublic.de>
dkastl committed Oct 4, 2024

Verified

This commit was signed with the committer’s verified signature.
dkastl Daniel Kastl
1 parent 64a16a9 commit dc95595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/sw.js
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@ self.addEventListener("install", event => {
const urlsToCache = [
"/meshtastic-configurator/",
"/meshtastic-configurator/index.html",
`/meshtastic-configurator/${manifest['src/main.ts'].file}`,
`/meshtastic-configurator/${manifest['src/styles.css'].file}`,
`/meshtastic-configurator/${manifest?.['src/main.ts']?.file}`,
`/meshtastic-configurator/${manifest?.['src/styles.css']?.file}`,
"/meshtastic-configurator/assets/icon-192x192.png",
"/meshtastic-configurator/assets/icon-512x512.png"
];

0 comments on commit dc95595

Please sign in to comment.