feat: execute route and release recovery contracts

This commit is contained in:
donghyeon-ka
2026-07-26 14:26:39 +09:00
parent a33e93d4d4
commit ce0040e407
49 changed files with 1761 additions and 373 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export const ROUTE_REGISTRY = Object.freeze({
NOT_FOUND: route({
routeId: "NOT_FOUND",
path: "*",
paramsSchema: null,
paramsSchema: "NotFoundSplat",
searchSchema: null,
access: "public",
loadingSurface: "none",