()
| 65 | // const { req, res } = ctx - valid |
| 66 | // res.anything - throw |
| 67 | get() { |
| 68 | throw new Error( |
| 69 | "You are trying to access the 'res' property of the context, which is not supported in app dir" |
| 70 | ); |
| 71 | }, |
| 72 | }), |
| 73 | } as unknown as GetServerSidePropsContext; |
| 74 | }; |
no outgoing calls