Results 2 issues of nenryo

尝试 cloudflare page 部署时, 根据 [build-output-api](https://vercel.com/docs/build-output-api/v3/configuration), 发现 [#239](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/239#issuecomment-1493414462) 问题是缺少 runtime config。 `vercel build`, 检查 `./.vercel/output/functions/**/.vc-config.json`, 部分是 ` "runtime": "nodejs18.x"` 根据 [segment-config](https://beta.nextjs.org/docs/api-reference/segment-config) > The Route Segment Config Options allows you configure...

**Describe the bug** I am new to this library. When learning this library, I found that the object type returned by `DataLoaderFactory.newDataLoaderWithTry().dispatcher()` is inconsistent with the specified generic type. **To...