diff --git a/packages/cli/src/Server.ts b/packages/cli/src/Server.ts index c3ec821d9a..81e6a87138 100644 --- a/packages/cli/src/Server.ts +++ b/packages/cli/src/Server.ts @@ -614,6 +614,7 @@ class App { explicitArray: false, // Only put properties in array if length > 1 }, verify: (req: express.Request, res: any, buf: any) => { + // @ts-ignore req.rawBody = buf; }, }),