From 69277b9187aee178a3696ba02de3122f40ab3dd9 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Thu, 29 Feb 2024 13:08:30 -0500 Subject: [PATCH] chroe: remove bad import --- packages/db/src/core/integration/index.ts | 1 - 1 file changed, 1 deletion(-) 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';