diff options
| author | Dax Raad <[email protected]> | 2025-09-03 14:57:02 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-03 14:57:02 -0400 |
| commit | 7119ace9405a53158fbf3382467179cf4174bf4f (patch) | |
| tree | 774a04119b4bc6c8b15e42826b0351b26406ecbb /cloud/app/src/app.tsx | |
| parent | 4e24e04aec27cff8478563af83c93839ab20b386 (diff) | |
| download | opencode-7119ace9405a53158fbf3382467179cf4174bf4f.tar.gz opencode-7119ace9405a53158fbf3382467179cf4174bf4f.zip | |
wip: cloud
Diffstat (limited to 'cloud/app/src/app.tsx')
| -rw-r--r-- | cloud/app/src/app.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/app/src/app.tsx b/cloud/app/src/app.tsx index 54bb6f4a3..17385c4a5 100644 --- a/cloud/app/src/app.tsx +++ b/cloud/app/src/app.tsx @@ -8,6 +8,7 @@ import "./app.css"; export default function App() { return ( <Router + explicitLinks={true} root={props => ( <MetaProvider> <Title>opencode</Title> |
