Skip to content

Commit 6520425

Browse files
committed
Merge branch 'dev' of github.com:chat2db/Chat2DB into dev
2 parents f716772 + 6d02149 commit 6520425

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

chat2db-client/.umirc.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ export default defineConfig({
4949
targets: {
5050
chrome: 80,
5151
},
52-
links: [{
53-
rel: 'manifest',
54-
href: 'manifest.json',
55-
}],
52+
// links: [{
53+
// rel: 'manifest',
54+
// href: 'manifest.json',
55+
// }],
5656
headScripts: [
5757
`if (localStorage.getItem('app-local-storage-versions') !== 'v2') {
5858
localStorage.clear();
5959
localStorage.setItem('app-local-storage-versions', 'v2');
6060
}`,
61-
// `if (window.myAPI) { window.myAPI.startServerForSpawn() }`,
61+
`if (window.myAPI) { window.myAPI.startServerForSpawn() }`,
6262
// `if ("serviceWorker" in navigator) {
6363
// window.addEventListener("load", function () {
6464
// navigator.serviceWorker

0 commit comments

Comments
 (0)