config: disable demo plugin in production (system ships, example stays available)
This commit is contained in:
parent
e6328b1f79
commit
59e67ac621
2 changed files with 2 additions and 2 deletions
|
|
@ -33,5 +33,5 @@
|
|||
"imageUpload": true,
|
||||
"register": true
|
||||
},
|
||||
"plugins": ["/app/plugins/orbit-demo.js"]
|
||||
"plugins": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Tchatou service worker — installable PWA + offline app shell.
|
||||
// Scope: /app/. Only handles same-origin /app/ GETs; the IRC websocket and all
|
||||
// API calls (cloudflare, change_password, upload) pass straight through.
|
||||
const CACHE = 'tchatou-v37';
|
||||
const CACHE = 'tchatou-v38';
|
||||
const SHELL = ['/app/', '/app/index.html', '/app/favicon.svg', '/app/orbit-icon.svg', '/app/manifest.webmanifest'];
|
||||
|
||||
self.addEventListener('install', (e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue