Right now we are loading it from dist folder since the xtask check moves the webui.node to the dist folders, we don't want to do that anymore, xtask build when it builds webui-node crate, we should instead move that into the dist folder for packages/webui/dist instead. And the integrations like integrations/node and integrations/electron should use @microsoft/webui with workspace:.
Right now we are loading it from dist folder since the
xtask checkmoves the webui.node to the dist folders, we don't want to do that anymore, xtask build when it builds webui-node crate, we should instead move that into the dist folder for packages/webui/dist instead. And the integrations like integrations/node and integrations/electron should use@microsoft/webuiwithworkspace:.