diff options
author | 2022-03-29 14:03:45 -0700 | |
---|---|---|
committer | 2022-03-29 16:03:45 -0500 | |
commit | fff83bb5c26e4261a2345c05aa47fe28d0b96a22 (patch) | |
tree | a91576d5034231ae574a91fc96726d3ffebd5d3b | |
parent | c24e5c9687989fd1dd5b044c9375403fd811e646 (diff) | |
download | astro-fff83bb5c26e4261a2345c05aa47fe28d0b96a22.tar.gz astro-fff83bb5c26e4261a2345c05aa47fe28d0b96a22.tar.zst astro-fff83bb5c26e4261a2345c05aa47fe28d0b96a22.zip |
remove docs jsdoc tag from adapter (#2927)
-rw-r--r-- | packages/astro/src/@types/astro.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index fca4aff80..7dd66e41a 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -171,7 +171,6 @@ export interface AstroUserConfig { integrations?: Array<AstroIntegration | AstroIntegration[]>; /** - * @docs * @name adapter * @type {AstroIntegration} * @default `undefined` |