mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
2dd00a0024
commit
6bf102aebe
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { DB_PATH, RUNTIME_DRIZZLE_IMPORT, RUNTIME_IMPORT, VIRTUAL_MODULE_ID } from '../consts.js';
|
||||
import type { DBTables } from '../types.js';
|
||||
import { getRemoteDatabaseUrl, type VitePlugin } from '../utils.js';
|
||||
import { type VitePlugin, getRemoteDatabaseUrl } from '../utils.js';
|
||||
|
||||
const resolvedVirtualModuleId = '\0' + VIRTUAL_MODULE_ID;
|
||||
|
||||
|
|
Loading…
Reference in a new issue