fix(devtools): set local devtools URL
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user