GitButler Integration Commit
This is an integration commit for the virtual branches that GitButler is tracking.
Due to GitButler managing multiple virtual branches, you cannot switch back and
forth between git branches and virtual branches easily.
If you switch to another branch, GitButler will need to be reinitialized.
If you commit on this branch, GitButler will throw it away.
Here are the branches that are currently applied:
- frontend: add infura api key
(refs/gitbutler/frontend-add-infura-api-key-)
branch head: b1d1ea6d7a
- Virtual branch (refs/gitbutler/Virtual-branch)
- frontend/src/main.jsx
- frontend/theme.config
For more information about what we're doing here, check out our docs:
https://docs.gitbutler.com/features/virtual-branches/integration-branch
This commit is contained in:
parent
d2d781aef3
commit
a76ad0a5dc
|
@ -35,6 +35,7 @@ ReactDOM.createRoot(document.getElementById('root')).render(
|
|||
readonlyRPCMap: {
|
||||
'0x539': 'http://127.0.0.1:8545/',
|
||||
},
|
||||
infuraAPIKey: '579d264c5f534aa1aefd6be323cb1a35',
|
||||
}}
|
||||
>
|
||||
<RouterProvider router={router} />
|
||||
|
|
Loading…
Reference in New Issue