diff options
author | 2023-03-13 18:19:00 +0000 | |
---|---|---|
committer | 2023-03-13 18:19:00 +0000 | |
commit | 87d5e96da4463b712dcb087c50fa7587de48203f (patch) | |
tree | 226700e6e976a6df58c8e84d779c2baa681e14be | |
parent | c6387409062f1d7c2afc93319748ad57086837c5 (diff) | |
download | astro-87d5e96da4463b712dcb087c50fa7587de48203f.tar.gz astro-87d5e96da4463b712dcb087c50fa7587de48203f.tar.zst astro-87d5e96da4463b712dcb087c50fa7587de48203f.zip |
[ci] format
-rw-r--r-- | packages/astro/src/content/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/content/index.ts b/packages/astro/src/content/index.ts index 7504389e9..9928bb6a7 100644 --- a/packages/astro/src/content/index.ts +++ b/packages/astro/src/content/index.ts @@ -1,7 +1,7 @@ +export { errorMap } from './error-map.js'; export { attachContentServerListeners } from './server-listeners.js'; export { createContentTypesGenerator } from './types-generator.js'; export { contentObservable, getContentPaths, getDotAstroTypeReference } from './utils.js'; export { astroContentAssetPropagationPlugin } from './vite-plugin-content-assets.js'; export { astroContentImportPlugin } from './vite-plugin-content-imports.js'; export { astroContentVirtualModPlugin } from './vite-plugin-content-virtual-mod.js'; -export { errorMap } from './error-map.js'; |