summaryrefslogtreecommitdiff
path: root/benchmark/packages/timer/src
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/packages/timer/src')
-rw-r--r--benchmark/packages/timer/src/index.ts4
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',
+ },
};
}