Skip to content

Commit

Permalink
fix: sw -> my-sw
Browse files Browse the repository at this point in the history
  • Loading branch information
wildcatco committed Aug 24, 2023
1 parent 507fcaa commit 5fe9bff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ auth_check: "/auth-check", // HOC적용이 힘든 케이스에 사용할 검증
┃ ┣ 📜logo.svg # 미사용
┃ ┣ 📜react-app-env.d.ts # 미사용
┃ ┣ 📜reportWebVitals.ts # 미사용
┃ ┣ 📜sw.ts # PWA를 위한 서비스 워커
┃ ┣ 📜my-sw.ts # PWA를 위한 서비스 워커
┃ ┣ 📜serviceWorkerRegistration.ts # PWA를 위한 서비스 워커
┃ ┣ 📜setupTests.ts # 미사용
┃ ┗ 📜version.js # 버전 커밋
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
globPatterns: ['**/*.{js,css,html,ico,png,svg,woff2,otf}'],
},
srcDir: 'src',
filename: 'sw.ts',
filename: 'my-sw.ts',
manifestFilename: 'manifest.json',
}),
],
Expand Down

0 comments on commit 5fe9bff

Please sign in to comment.