Compare commits

...

3 Commits

Author SHA1 Message Date
Ladd Hoffman 349ec00107 Merge branch 'gitbutler/integration' of gitea.dgov.io:DGF/dgf-prototype into gitbutler/integration
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 35s Details
2024-04-27 17:03:18 -05:00
GitButler a76ad0a5dc 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
2024-04-27 17:03:17 -05:00
GitButler e195cd0dae GitButler Integration Commit
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled Details
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:
 - 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
2024-04-27 17:02:47 -05:00
2 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ ReactDOM.createRoot(document.getElementById('root')).render(
readonlyRPCMap: {
'0x539': 'http://127.0.0.1:8545/',
},
infuraAPIKey: '579d264c5f534aa1aefd6be323cb1a35',
}}
>
<RouterProvider router={router} />

View File