diff options
author | 2024-04-02 22:14:21 +0000 | |
---|---|---|
committer | 2024-04-02 22:14:21 +0000 | |
commit | 57959e607e81ec3b13bc55db6daa253a63485a97 (patch) | |
tree | c2acb3d62744c5e9dce6397b463627ab1bd18cea | |
parent | f395ebcc08279515f8d53bb82edeee288d8579db (diff) | |
download | astro-57959e607e81ec3b13bc55db6daa253a63485a97.tar.gz astro-57959e607e81ec3b13bc55db6daa253a63485a97.tar.zst astro-57959e607e81ec3b13bc55db6daa253a63485a97.zip |
[ci] format
-rw-r--r-- | packages/db/src/core/integration/vite-plugin-db.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/db/src/core/integration/vite-plugin-db.ts b/packages/db/src/core/integration/vite-plugin-db.ts index dffe26e15..f1dc3ea7b 100644 --- a/packages/db/src/core/integration/vite-plugin-db.ts +++ b/packages/db/src/core/integration/vite-plugin-db.ts @@ -2,7 +2,7 @@ import { fileURLToPath } from 'node:url'; import type { AstroConfig } from 'astro'; import { normalizePath } from 'vite'; import { SEED_DEV_FILE_NAME } from '../../runtime/queries.js'; -import { DB_PATH, RUNTIME_VIRTUAL_IMPORT, RUNTIME_IMPORT, VIRTUAL_MODULE_ID } from '../consts.js'; +import { DB_PATH, RUNTIME_IMPORT, RUNTIME_VIRTUAL_IMPORT, VIRTUAL_MODULE_ID } from '../consts.js'; import type { DBTables } from '../types.js'; import { type VitePlugin, getDbDirectoryUrl, getRemoteDatabaseUrl } from '../utils.js'; |