refactor(ripgrep): migrate result schemas to effect (#24213)

This commit is contained in:
Kit Langton
2026-04-24 17:42:52 -04:00
committed by GitHub
parent bb3509b5ff
commit 5a04de231e
2 changed files with 63 additions and 66 deletions

View File

@@ -21,7 +21,7 @@ export const FileRoutes = lazy(() =>
description: "Matches",
content: {
"application/json": {
schema: resolver(Ripgrep.Match.shape.data.array()),
schema: resolver(Ripgrep.SearchMatch.zod.array()),
},
},
},