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:
parent
89365064b4
commit
69277b9187
1 changed files with 0 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue