1234567891011121314151617181920212223242526272829 |
- [workspace]
- members = [
- # Built-in
- "packages/dioxus",
- "packages/core",
- "packages/hooks",
- "packages/recoil",
- "packages/redux",
- "packages/core-macro",
- "packages/router",
- "packages/ssr",
- "packages/webview",
- "packages/livehost",
- "packages/vscode-ext",
- # "packages/macro",
- # TODO @Jon, share the validation code
- # "packages/web",
- "packages/cli",
- "examples",
- "packages/html-macro",
- "packages/html-macro-2",
- #
- #
- #
- # Pulled from percy
- # "packages/html-macro-test",
- # "packages/virtual-dom-rs",
- # "packages/virtual-node",
- ]
|