fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@apiglobal/typedserver', | ||||
|   version: '2.0.42', | ||||
|   version: '2.0.43', | ||||
|   description: 'easy serving of static files' | ||||
| } | ||||
|   | ||||
| @@ -72,8 +72,8 @@ export class TypedServer { | ||||
|   public ended = false; | ||||
|   constructor(optionsArg: IServerOptions) { | ||||
|     const standardOptions: IServerOptions = { | ||||
|       injectReload: true, | ||||
|       port: 3000, | ||||
|       injectReload: false, | ||||
|       serveDir: null, | ||||
|       watch: false, | ||||
|       cors: true, | ||||
|   | ||||
| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@apiglobal/typedserver', | ||||
|   version: '2.0.42', | ||||
|   version: '2.0.43', | ||||
|   description: 'easy serving of static files' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user