0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-24 22:46:02 -05:00

chroe: remove bad import

This commit is contained in:
bholmesdev 2024-02-29 13:08:30 -05:00
parent 89365064b4
commit 69277b9187

View file

@ -8,7 +8,6 @@ import { CONFIG_FILE_NAMES, DB_PATH } from '../consts.js';
import { createLocalDatabaseClient } from '../../runtime/db-client.js';
import { dbConfigSchema, type DBTables } from '../types.js';
import { getDbDirUrl, type VitePlugin } from '../utils.js';
import { UNSAFE_DISABLE_STUDIO_WARNING } from '../errors.js';
import { errorMap } from './error-map.js';
import { dirname } from 'path';
import { fileURLToPath } from 'url';