Changeset 9327a85 in Klonkt for src/server.js
- Timestamp:
- 06/26/2026 04:56:10 PM (2 months ago)
- Branches:
- main
- Children:
- 69e7a79
- Parents:
- f6b2c68
- File:
-
- 1 edited
-
src/server.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
rf6b2c68 r9327a85 395 395 res.set('Cache-Control', 'no-cache'); 396 396 res.send(` 397 const CACHE_VERSION = 'pcms-v1 4-' + new Date().toISOString().split('T')[0];397 const CACHE_VERSION = 'pcms-v15-' + new Date().toISOString().split('T')[0]; 398 398 self.addEventListener('install', e => { 399 399 e.waitUntil(caches.open(CACHE_VERSION).then(c => c.addAll(['/'])));
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)