fix(devtools): set local devtools URL
This commit is contained in:
@@ -8,7 +8,7 @@ const RefineDevtools = React.lazy(async () => {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
default: (props: React.PropsWithChildren) => (
|
default: (props: React.PropsWithChildren) => (
|
||||||
<DevtoolsProviderBase>
|
<DevtoolsProviderBase url={["http://localhost:5001", "ws://localhost:5001"]}>
|
||||||
{props.children}
|
{props.children}
|
||||||
<DevtoolsPanel />
|
<DevtoolsPanel />
|
||||||
</DevtoolsProviderBase>
|
</DevtoolsProviderBase>
|
||||||
|
|||||||
Reference in New Issue
Block a user