We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f716772 + 6d02149 commit 6520425Copy full SHA for 6520425
1 file changed
chat2db-client/.umirc.ts
@@ -49,16 +49,16 @@ export default defineConfig({
49
targets: {
50
chrome: 80,
51
},
52
- links: [{
53
- rel: 'manifest',
54
- href: 'manifest.json',
55
- }],
+ // links: [{
+ // rel: 'manifest',
+ // href: 'manifest.json',
+ // }],
56
headScripts: [
57
`if (localStorage.getItem('app-local-storage-versions') !== 'v2') {
58
localStorage.clear();
59
localStorage.setItem('app-local-storage-versions', 'v2');
60
}`,
61
- // `if (window.myAPI) { window.myAPI.startServerForSpawn() }`,
+ `if (window.myAPI) { window.myAPI.startServerForSpawn() }`,
62
// `if ("serviceWorker" in navigator) {
63
// window.addEventListener("load", function () {
64
// navigator.serviceWorker
0 commit comments