0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

fix: add description to error

This commit is contained in:
Florian Lefebvre 2024-04-29 18:44:46 +02:00
parent de75fc6d6b
commit 4803ef839d

View file

@ -1159,6 +1159,8 @@ export const i18nNotEnabled = {
/**
* @docs
* @description
*
* Invalid options have been passed to the integration.
*/
export const AstroIntegrationInvalidOptions = {
name: 'AstroIntegrationInvalidOptions',