chore: log contextBridge
This commit is contained in:
parent
6b8684cbb0
commit
cb7caa8602
|
@ -3,6 +3,8 @@ import ReactDOM from 'react-dom'
|
|||
import './index.css'
|
||||
import App from './App'
|
||||
|
||||
console.log('contextBridge ->', window.bridge)
|
||||
|
||||
ReactDOM.render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
|
|
Loading…
Reference in New Issue