fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@api.global/typedserver', | ||||
|   version: '3.0.49', | ||||
|   version: '3.0.50', | ||||
|   description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.' | ||||
| } | ||||
|   | ||||
| @@ -38,7 +38,7 @@ export const addServiceWorkerRoute = ( | ||||
|   swVersionInfo = swDataFunc(); | ||||
|  | ||||
|   // the basic stuff | ||||
|   typedserverInstance.server.addRoute('/serviceworker.js*', serviceworkerHandler); | ||||
|   typedserverInstance.server.addRoute('/serviceworker.*', serviceworkerHandler); | ||||
|  | ||||
|   // the typed stuff | ||||
|   const typedrouter = new plugins.typedrequest.TypedRouter(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user