[ci] format

This commit is contained in:
matthewp 2022-08-10 20:57:00 +00:00 committed by fredkbot
parent 1ee08baf91
commit d087286daa

View file

@ -1,5 +1,4 @@
import { fileURLToPath } from 'url';
import path from 'path';
import type { ViteDevServer } from 'vite';
import type {
AstroConfig,
@ -10,7 +9,6 @@ import type {
SSRElement,
SSRLoadedRenderer,
} from '../../../@types/astro';
import { prependForwardSlash } from '../../../core/path.js';
import { PAGE_SCRIPT_ID } from '../../../vite-plugin-scripts/index.js';
import { LogOptions } from '../../logger/core.js';
import { isPage, resolveIdToUrl } from '../../util.js';