refactor(web_core): move web_core package to typescript/web_core - #2300
Conversation
There was a problem hiding this comment.
Code Review
This pull request relocates the framework-agnostic web_core package from renderers/web_core to typescript/web_core. It updates all associated references, including documentation, blueprints, workspace configurations, package dependencies, and lockfiles, to reflect the new directory structure. There are no review comments, and I have no feedback to provide.
There was a problem hiding this comment.
Do we need to change CI for the web_core move?
We need to add the typescript/web_core/ into https://github.com/a2ui-project/a2ui/blob/main/.github/workflows/web_ci.yml.
Yes, good point. I should have checked that... I've updated that now. |
8f9270f to
4ad0083
Compare
Move web_core package from renderers/web_core to typescript/web_core and update all workspace dependencies, wireit build targets, and documentation references.