summaryrefslogtreecommitdiff
path: root/benchmark/packages/timer/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/packages/timer/src/index.ts')
-rw-r--r--benchmark/packages/timer/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/packages/timer/src/index.ts b/benchmark/packages/timer/src/index.ts
index 49edcb5e8..2ea41af66 100644
--- a/benchmark/packages/timer/src/index.ts
+++ b/benchmark/packages/timer/src/index.ts
@@ -6,6 +6,7 @@ export function getAdapter(): AstroAdapter {
serverEntrypoint: '@benchmark/timer/server.js',
previewEntrypoint: '@benchmark/timer/preview.js',
exports: ['handler'],
+ supportedAstroFeatures: {},
};
}