fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@api.global/typedserver', | ||||
|   version: '3.0.47', | ||||
|   version: '3.0.48', | ||||
|   description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.' | ||||
| } | ||||
|   | ||||
| @@ -13,7 +13,7 @@ export class ServiceworkerClient { | ||||
|         logger.log('info', 'trying to register serviceworker'); | ||||
|         // this is some magic for Parcel to not pick up the serviceworker | ||||
|         const serviceworkerInNavigator: ServiceWorkerContainer = navigator.serviceWorker; | ||||
|         const swRegistration: ServiceWorkerRegistration = await serviceworkerInNavigator.register('/lsw.js', { | ||||
|         const swRegistration: ServiceWorkerRegistration = await serviceworkerInNavigator.register('/serviceworker.js', { | ||||
|           scope: '/', | ||||
|           updateViaCache: 'none' | ||||
|         }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user