diff options
author | 2023-02-03 21:50:51 +0000 | |
---|---|---|
committer | 2023-02-03 21:50:51 +0000 | |
commit | 4f150e80b1eede998efdfd5973a780d7fd5ce3b6 (patch) | |
tree | f3b0379dde2cf5fc319b7122bb4a5af3ebeffd05 | |
parent | 9f22ac3d097ef2cb3b2bbe5343b8a8a49d83425d (diff) | |
download | astro-4f150e80b1eede998efdfd5973a780d7fd5ce3b6.tar.gz astro-4f150e80b1eede998efdfd5973a780d7fd5ce3b6.tar.zst astro-4f150e80b1eede998efdfd5973a780d7fd5ce3b6.zip |
[ci] format
Diffstat (limited to '')
-rw-r--r-- | packages/astro/src/content/vite-plugin-content-imports.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/content/vite-plugin-content-imports.ts b/packages/astro/src/content/vite-plugin-content-imports.ts index 7c7e8f65c..9621de0b4 100644 --- a/packages/astro/src/content/vite-plugin-content-imports.ts +++ b/packages/astro/src/content/vite-plugin-content-imports.ts @@ -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'; |