You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(devframe): wire devframe/rpc/dump alias and drop barrel cycle
- Add `devframe/rpc/dump` to `alias.ts` so monorepo source/tests/examples
resolve the new subpath directly without falling back to `dist/`.
- Switch `rpc/dump/static.ts` to import `getRpcHandler` from `../handler`
and `dumpFunctions` from `./index`, removing the cycle
`rpc/dump → dump/static → devframe/rpc → rpc/dump`.
- Refresh the `devframe/rpc` runtime tsnapi snapshot to reflect that the
deprecated dump re-exports are now plain `const` re-declarations.
0 commit comments