config: disable demo plugin in production (system ships, example stays available)

This commit is contained in:
reverse 2026-06-20 05:10:39 +00:00
parent e6328b1f79
commit 59e67ac621
2 changed files with 2 additions and 2 deletions

View file

@ -33,5 +33,5 @@
"imageUpload": true,
"register": true
},
"plugins": ["/app/plugins/orbit-demo.js"]
"plugins": []
}

View file

@ -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) => {