- Add onboarding project-mapping API contracts and dashboard UI wiring in AddNodeModal/NodesView - Persist node-to-project mappings with rollback-safe failure handling and expanded hook/API test coverage - Document node onboarding mapping behavior in architecture and multi-project docs - Add tsup bundle asset gates for openclaw bridge and droid runtime, with changesets and bundle output tests Fusion-Task-Id: FN-3505
9 lines
272 B
TypeScript
9 lines
272 B
TypeScript
/**
|
|
* Compatibility barrel for the dashboard client API surface.
|
|
*
|
|
* Existing callers import from `../api` / `../../api`; keep this entrypoint stable
|
|
* while implementation lives under `app/api/*` modules.
|
|
*/
|
|
export * from "./api/legacy";
|
|
export * from "./api-node";
|