Changeset 1c85964 in Klonkt for src/server.js
- Timestamp:
- 06/26/2026 04:33:36 PM (2 months ago)
- Branches:
- main
- Children:
- f6b2c68
- Parents:
- 7eee449
- File:
-
- 1 edited
-
src/server.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
r7eee449 r1c85964 395 395 res.set('Cache-Control', 'no-cache'); 396 396 res.send(` 397 const CACHE_VERSION = 'pcms-v1 2-' + new Date().toISOString().split('T')[0];397 const CACHE_VERSION = 'pcms-v13-' + 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)