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

chore: unused imports

This commit is contained in:
bholmesdev 2024-02-01 16:49:09 -05:00
parent 02e582514b
commit a016e67a3c

View file

@ -14,8 +14,8 @@ import { bold } from 'kleur/colors';
import { type SQL, sql } from 'drizzle-orm';
import { SQLiteAsyncDialect } from 'drizzle-orm/sqlite-core';
import type { AstroIntegrationLogger } from 'astro';
import type { DBUserConfig, ReferenceableField } from '../core/types.js';
import { collectionToTable, hasPrimaryKey } from '../runtime/index.js';
import type { DBUserConfig } from '../core/types.js';
import { hasPrimaryKey } from '../runtime/index.js';
const sqlite = new SQLiteAsyncDialect();