Skip to content

Commit f682f9b

Browse files
committed
fix: update the file for service worker
1 parent 574ca75 commit f682f9b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default defineConfig(({ mode }) => {
6262
}),
6363
VitePWA({
6464
srcDir: 'src',
65-
filename: 'prompt-sw.ts',
65+
filename: 'service-worker.ts',
6666
strategies: 'injectManifest',
6767
}),
6868
],

0 commit comments

Comments
 (0)