mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ignore: cloud
This commit is contained in:
parent
3fa02623c3
commit
7d1eb010c1
2 changed files with 2 additions and 4 deletions
|
|
@ -12,9 +12,7 @@ export default function App() {
|
|||
<MetaProvider>
|
||||
<Title>opencode</Title>
|
||||
<Meta name="description" content="opencode - The AI coding agent built for the terminal." />
|
||||
<ErrorBoundary fallback={<div>Something went wrong</div>}>
|
||||
<Suspense>{props.children}</Suspense>
|
||||
</ErrorBoundary>
|
||||
<Suspense>{props.children}</Suspense>
|
||||
</MetaProvider>
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ const init = () => {
|
|||
return drizzle(client, {})
|
||||
}
|
||||
|
||||
const createClient = "NODE_ENV" in process.env ? init : memo(init)
|
||||
const createClient = "NODE_ENV" in process.env ? memo(init) : init
|
||||
|
||||
import { PgTransaction, type PgTransactionConfig } from "drizzle-orm/pg-core"
|
||||
import type { ExtractTablesWithRelations } from "drizzle-orm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue