Buckets:
| import { MetaProvider, Title } from "@solidjs/meta" | |
| import { Router } from "@solidjs/router" | |
| import { FileRoutes } from "@solidjs/start/router" | |
| import { Suspense } from "solid-js" | |
| import "./app.css" | |
| export default function App() { | |
| return ( | |
| <Router | |
| explicitLinks={true} | |
| root={(props) => ( | |
| <MetaProvider> | |
| <Title>opencode support</Title> | |
| <Suspense>{props.children}</Suspense> | |
| </MetaProvider> | |
| )} | |
| > | |
| <FileRoutes /> | |
| </Router> | |
| ) | |
| } | |
Xet Storage Details
- Size:
- 500 Bytes
- Xet hash:
- 3987e4745ab0103c0ba875126cb76680799394fb41beb3bec0b5e7e113eb20fc
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.