summaryrefslogtreecommitdiff
path: root/packages/db/src/runtime/db-client.ts
diff options
context:
space:
mode:
authorGravatar Ben Holmes <bholmesdev@users.noreply.github.com> 2024-04-01 21:03:37 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-04-01 21:03:37 +0000
commita544f4cc0ee54972477bf4831c939312d10cc425 (patch)
tree6c12724cb12318e16beb1662d3819b13ff74ea6e /packages/db/src/runtime/db-client.ts
parent504d15d77291f0fe36aa9fecc22f276b734f83cb (diff)
downloadastro-a544f4cc0ee54972477bf4831c939312d10cc425.tar.gz
astro-a544f4cc0ee54972477bf4831c939312d10cc425.tar.zst
astro-a544f4cc0ee54972477bf4831c939312d10cc425.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/db/src/runtime/db-client.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/db/src/runtime/db-client.ts b/packages/db/src/runtime/db-client.ts
index 4518af174..7eddd6060 100644
--- a/packages/db/src/runtime/db-client.ts
+++ b/packages/db/src/runtime/db-client.ts
@@ -4,8 +4,8 @@ import type { LibSQLDatabase } from 'drizzle-orm/libsql';
import { drizzle as drizzleLibsql } from 'drizzle-orm/libsql';
import { type SqliteRemoteDatabase, drizzle as drizzleProxy } from 'drizzle-orm/sqlite-proxy';
import { z } from 'zod';
-import { safeFetch } from './utils.js';
import { AstroDbError } from '../utils.js';
+import { safeFetch } from './utils.js';
const isWebContainer = !!process.versions?.webcontainer;