summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bholmesdev <bholmesdev@users.noreply.github.com> 2023-03-13 18:19:00 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-03-13 18:19:00 +0000
commit87d5e96da4463b712dcb087c50fa7587de48203f (patch)
tree226700e6e976a6df58c8e84d779c2baa681e14be
parentc6387409062f1d7c2afc93319748ad57086837c5 (diff)
downloadastro-87d5e96da4463b712dcb087c50fa7587de48203f.tar.gz
astro-87d5e96da4463b712dcb087c50fa7587de48203f.tar.zst
astro-87d5e96da4463b712dcb087c50fa7587de48203f.zip
[ci] format
-rw-r--r--packages/astro/src/content/index.ts2
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';