mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
chore: updates the supported features of test adapter (#11724)
This commit is contained in:
parent
88a6ccb8c6
commit
4844e1b5fb
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@ export default function ({
|
||||||
supportedAstroFeatures: {
|
supportedAstroFeatures: {
|
||||||
serverOutput: 'stable',
|
serverOutput: 'stable',
|
||||||
envGetSecret: 'experimental',
|
envGetSecret: 'experimental',
|
||||||
|
staticOutput: 'stable',
|
||||||
|
hybridOutput: 'stable',
|
||||||
|
assets: 'stable',
|
||||||
|
i18nDomains: 'stable',
|
||||||
},
|
},
|
||||||
...extendAdapter,
|
...extendAdapter,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue