diff options
| author | Dax Raad <[email protected]> | 2025-09-01 03:53:49 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-01 03:53:49 -0400 |
| commit | 41ee9c94c7082ecd4971d7856f0d0aa7c560a7ed (patch) | |
| tree | 7f7b0645a3ed4bd830c3fae58a3acb7cd8b41a00 /cloud/core | |
| parent | 9c16db0f362f6f55430d9ff1daafe373bcfb2025 (diff) | |
| download | opencode-41ee9c94c7082ecd4971d7856f0d0aa7c560a7ed.tar.gz opencode-41ee9c94c7082ecd4971d7856f0d0aa7c560a7ed.zip | |
wip: cloud
Diffstat (limited to 'cloud/core')
| -rw-r--r-- | cloud/core/src/drizzle/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/core/src/drizzle/index.ts b/cloud/core/src/drizzle/index.ts index 819ab4e8c..23441928e 100644 --- a/cloud/core/src/drizzle/index.ts +++ b/cloud/core/src/drizzle/index.ts @@ -20,7 +20,7 @@ const init = () => { return drizzle(client, {}) } -const createClient = "NODE_ENV" in process.env ? memo(init) : init +const createClient = init import { PgTransaction, type PgTransactionConfig } from "drizzle-orm/pg-core" import type { ExtractTablesWithRelations } from "drizzle-orm" |
