@fedify/fresh uses Fresh ctx.next() when Fedify does not handle a request. This is the basic coexistence path for Fresh pages and federation endpoints.
Add a test in packages/fresh/src/mod.test.ts that verifies integrateFetchOptions() wires onNotFound to ctx.next().
Suggested check: mise run check-each fresh.
@fedify/fresh uses Fresh
ctx.next()when Fedify does not handle a request. This is the basic coexistence path for Fresh pages and federation endpoints.Add a test in packages/fresh/src/mod.test.ts that verifies
integrateFetchOptions()wiresonNotFoundtoctx.next().Suggested check:
mise run check-each fresh.