summaryrefslogtreecommitdiff
path: root/benchmark/packages/timer/src/index.ts
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-11-28 00:44:20 +0800
committerGravatar GitHub <noreply@github.com> 2023-11-28 00:44:20 +0800
commit153a5abb905042ac68b712514dc9ec387d3e6b17 (patch)
tree542cbbdcd46bc03c30a1ede225f721ad85f09622 /benchmark/packages/timer/src/index.ts
parentc7953645eeaaf9e87c6db4494b0023d2c1878ff0 (diff)
downloadastro-153a5abb905042ac68b712514dc9ec387d3e6b17.tar.gz
astro-153a5abb905042ac68b712514dc9ec387d3e6b17.tar.zst
astro-153a5abb905042ac68b712514dc9ec387d3e6b17.zip
Remove deprecated features from Astro 3.0 (#9168)
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: {},
};
}