mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -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: {
|
||||
serverOutput: 'stable',
|
||||
envGetSecret: 'experimental',
|
||||
staticOutput: 'stable',
|
||||
hybridOutput: 'stable',
|
||||
assets: 'stable',
|
||||
i18nDomains: 'stable',
|
||||
},
|
||||
...extendAdapter,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue