1234567891011121314151617181920 |
- [workspace]
- members = [
- # Built-in
- "packages/core",
- "packages/macro",
- "packages/hooks",
- "packages/recoil",
- "packages/redux",
- "packages/web",
- "packages/diopack",
- #
- #
- #
- # Pulled from percy
- "packages/html-macro",
- "packages/html-macro-test",
- "packages/virtual-dom-rs",
- "packages/virtual-node",
- "examples",
- ]
|