diff options
author | 2024-11-06 12:33:14 +0000 | |
---|---|---|
committer | 2024-11-06 12:33:14 +0000 | |
commit | ed5a9f1b755f9ae31735dacf75b970669c8c38c8 (patch) | |
tree | b539b47c4bbf6bfac981b5d65ff3a92c4339d09b /benchmark/packages/timer/src/index.ts | |
parent | 222f71894cc7118319ce83b3b29fa61a9dbebb75 (diff) | |
download | astro-ed5a9f1b755f9ae31735dacf75b970669c8c38c8.tar.gz astro-ed5a9f1b755f9ae31735dacf75b970669c8c38c8.tar.zst astro-ed5a9f1b755f9ae31735dacf75b970669c8c38c8.zip |
chore: codspeed benchmark (#12347)
Diffstat (limited to 'benchmark/packages/timer/src/index.ts')
-rw-r--r-- | benchmark/packages/timer/src/index.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmark/packages/timer/src/index.ts b/benchmark/packages/timer/src/index.ts index 1c54e3727..f83a61c36 100644 --- a/benchmark/packages/timer/src/index.ts +++ b/benchmark/packages/timer/src/index.ts @@ -6,7 +6,9 @@ export function getAdapter(): AstroAdapter { serverEntrypoint: '@benchmark/timer/server.js', previewEntrypoint: '@benchmark/timer/preview.js', exports: ['handler'], - supportedAstroFeatures: {}, + supportedAstroFeatures: { + serverOutput: 'stable', + }, }; } |