0
Fork 0
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:
Emanuele Stoppa 2024-08-15 14:45:12 +01:00 committed by GitHub
parent 88a6ccb8c6
commit 4844e1b5fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
}); });