0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2024-02-27 11:16:47 +00:00 committed by astrobot-houston
parent 2dd00a0024
commit 6bf102aebe

View file

@ -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;