tsed-getting-started
tsed-getting-started copied to clipboard
The official Ts.ED getting started example
``` /Users/despiegk/code2/tsed-getting-started/node_modules/ts-node/src/index.ts:692 return new TSError(diagnosticText, diagnosticCodes); ^ TSError: ⨯ Unable to compile TypeScript: src/middlewares/GlobalErrorHandlerMiddleware.ts:37:16 - error TS2339: Property 'status' does not exist on type 'Res'. 37 response.status(404).send(toHTML(error)); ~~~~~~ src/middlewares/GlobalErrorHandlerMiddleware.ts:62:8 -...
The `CustomerGEHMiddleware` is not enabled by default. When I do enable the `CustomerGEHMiddleware` by adding it to the Server.ts file it results in the following error. Versions impacts: v5.46.0 to...
I try to change the /rest in the routing, on swagger is show this prefix. I try to restart several times but I think is not rebuild the swagger docs....