summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <florian-lefebvre@users.noreply.github.com> 2025-01-29 14:34:29 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2025-01-29 14:34:29 +0000
commit1c42fb491e121d9467bee0225636d62513fb0ff8 (patch)
tree409bdfb832c0f6d08f79674ac21d3c76a44184e1
parentc3ed9ee7b5c8e1814f535e57dc9945ed572565c1 (diff)
downloadastro-1c42fb491e121d9467bee0225636d62513fb0ff8.tar.gz
astro-1c42fb491e121d9467bee0225636d62513fb0ff8.tar.zst
astro-1c42fb491e121d9467bee0225636d62513fb0ff8.zip
[ci] format
-rw-r--r--packages/astro/src/core/errors/errors-data.ts1
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