fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@api.global/typedserver', | ||||
|   version: '3.0.15', | ||||
|   version: '3.0.16', | ||||
|   description: 'easy serving of static files' | ||||
| } | ||||
|   | ||||
| @@ -14,7 +14,7 @@ export class HandlerStatic extends Handler { | ||||
|       headers?: { [key: string]: string }; | ||||
|       serveIndexHtmlDefault?: boolean; | ||||
|       enableCompression?: boolean; | ||||
|       preferredCompressionMethod?: 'gzip' | 'deflate' | 'br'; | ||||
|       preferredCompressionMethod?: TCompressionMethod; | ||||
|     } | ||||
|   ) { | ||||
|     super('GET', async (req, res) => { | ||||
|   | ||||
| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@api.global/typedserver', | ||||
|   version: '3.0.15', | ||||
|   version: '3.0.16', | ||||
|   description: 'easy serving of static files' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user