Skip to content

Commit

Permalink
add coi-serviceworker
Browse files Browse the repository at this point in the history
  • Loading branch information
abentkamp committed Nov 4, 2023
1 parent e7901d8 commit 6a74f98
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
+49 211 81-12173<br />
</p>
</noscript>
<script src="coi-serviceworker.js"></script>
<script type="module" src="/client/src/index.tsx"></script>
</body>

Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@leanprover/infoview": "^0.4.1",
"@mui/material": "^5.13.7",
"@vitejs/plugin-react-swc": "^3.4.0",
"coi-serviceworker": "^0.1.7",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"ip-anonymize": "^0.1.0",
Expand Down
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export default defineConfig({
{
src: 'node_modules/@leanprover/infoview/dist/*.production.min.js',
dest: '.'
},
{
src: 'node_modules/coi-serviceworker/coi-serviceworker.js',
dest: '.'
}
]
})],
Expand Down

0 comments on commit 6a74f98

Please sign in to comment.