diff --git a/packages/db/src/core/integration/index.ts b/packages/db/src/core/integration/index.ts index 16d01dacc1..7d71cf7616 100644 --- a/packages/db/src/core/integration/index.ts +++ b/packages/db/src/core/integration/index.ts @@ -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';