[ci] format
This commit is contained in:
parent
9f22ac3d09
commit
4f150e80b1
1 changed files with 1 additions and 1 deletions
|
@ -7,13 +7,13 @@ import { AstroErrorData } from '../core/errors/errors-data.js';
|
|||
import { AstroError } from '../core/errors/errors.js';
|
||||
import { escapeViteEnvReferences, getFileInfo } from '../vite-plugin-utils/index.js';
|
||||
import { contentFileExts, CONTENT_FLAG } from './consts.js';
|
||||
import { getEntryType } from './utils.js';
|
||||
import {
|
||||
ContentConfig,
|
||||
getContentPaths,
|
||||
getEntryData,
|
||||
getEntryInfo,
|
||||
getEntrySlug,
|
||||
getEntryType,
|
||||
globalContentConfigObserver,
|
||||
parseFrontmatter,
|
||||
} from './utils.js';
|
||||
|
|
Loading…
Reference in a new issue