diff options
author | 2025-01-29 14:34:29 +0000 | |
---|---|---|
committer | 2025-01-29 14:34:29 +0000 | |
commit | 1c42fb491e121d9467bee0225636d62513fb0ff8 (patch) | |
tree | 409bdfb832c0f6d08f79674ac21d3c76a44184e1 | |
parent | c3ed9ee7b5c8e1814f535e57dc9945ed572565c1 (diff) | |
download | astro-1c42fb491e121d9467bee0225636d62513fb0ff8.tar.gz astro-1c42fb491e121d9467bee0225636d62513fb0ff8.tar.zst astro-1c42fb491e121d9467bee0225636d62513fb0ff8.zip |
[ci] format
-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 |