diff options
-rw-r--r-- | packages/astro/src/core/errors/errors-data.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/src/core/errors/errors-data.ts b/packages/astro/src/core/errors/errors-data.ts index ef7719e73..0a7981634 100644 --- a/packages/astro/src/core/errors/errors-data.ts +++ b/packages/astro/src/core/errors/errors-data.ts @@ -1771,7 +1771,6 @@ export const UnsupportedConfigTransformError = { hint: 'See the devalue library for all supported types: https://github.com/rich-harris/devalue', } satisfies ErrorData; - /** * @docs * @kind heading |