fix(devtools): set local devtools URL

This commit is contained in:
2026-06-12 12:43:10 +08:00
parent 757eea49de
commit 7f07f0449d
+1 -1
View File
@@ -8,7 +8,7 @@ const RefineDevtools = React.lazy(async () => {
return {
default: (props: React.PropsWithChildren) => (
<DevtoolsProviderBase>
<DevtoolsProviderBase url={["http://localhost:5001", "ws://localhost:5001"]}>
{props.children}
<DevtoolsPanel />
</DevtoolsProviderBase>