0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[ci] format

This commit is contained in:
Chris Swithinbank 2024-03-11 19:09:04 +00:00 committed by astrobot-houston
parent 38abae47b5
commit 6170122884

View file

@ -1,5 +1,5 @@
import { LibsqlError } from '@libsql/client';
import { sql, type SQL } from 'drizzle-orm';
import { type SQL, sql } from 'drizzle-orm';
import type { LibSQLDatabase } from 'drizzle-orm/libsql';
import { SQLiteAsyncDialect } from 'drizzle-orm/sqlite-core';
import { SEED_DEFAULT_EXPORT_ERROR, SEED_ERROR } from '../core/errors.js';