mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
f090de1eb4
* Refactor web-shared to separate UI components from server concerns - Move UI components into src/components/ subdirectory - Move server actions and API client to @workflow/web - Add world-actions/ module with shared helpers (recreateRun, cancelRun, etc.) - Add runtime subpath exports to @workflow/core - Components now accept callbacks as props for data fetching * add support for streams * update lock file * Migrate helpers from web-shared to core * Migrate helpers from web-shared to core * Migrate helpers from web-shared to core * Migrate helpers from web-shared to core * Fix claude's comments * Fix server actions bug for web * fix copilot bugs
2 lines
37 B
TypeScript
2 lines
37 B
TypeScript
export * from './dist/runtime.d.ts';
|