Changeset 76f0e61 in Klonkt for src/server.js
- Timestamp:
- 06/26/2026 03:32:31 PM (2 months ago)
- Branches:
- main
- Children:
- b8bbe77
- Parents:
- a036251
- File:
-
- 1 edited
-
src/server.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
ra036251 r76f0e61 395 395 res.set('Cache-Control', 'no-cache'); 396 396 res.send(` 397 const CACHE_VERSION = 'pcms-v1 1-' + new Date().toISOString().split('T')[0];397 const CACHE_VERSION = 'pcms-v12-' + 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)