summaryrefslogtreecommitdiff
path: root/packages/db/src/runtime/seed-local.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/seed-local.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/seed-local.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/db/src/runtime/seed-local.ts b/packages/db/src/runtime/seed-local.ts
index ee6492380..83e3acad5 100644
--- a/packages/db/src/runtime/seed-local.ts
+++ b/packages/db/src/runtime/seed-local.ts
@@ -3,9 +3,9 @@ import { type SQL, sql } from 'drizzle-orm';
import type { LibSQLDatabase } from 'drizzle-orm/libsql';
import { SQLiteAsyncDialect } from 'drizzle-orm/sqlite-core';
import { type DBTables } from '../core/types.js';
+import { AstroDbError } from '../utils.js';
import { SEED_DEFAULT_EXPORT_ERROR } from './errors.js';
import { getCreateIndexQueries, getCreateTableQuery } from './queries.js';
-import { AstroDbError } from '../utils.js';
const sqlite = new SQLiteAsyncDialect();