diff options
author | 2023-11-28 00:44:20 +0800 | |
---|---|---|
committer | 2023-11-28 00:44:20 +0800 | |
commit | 153a5abb905042ac68b712514dc9ec387d3e6b17 (patch) | |
tree | 542cbbdcd46bc03c30a1ede225f721ad85f09622 /benchmark/packages/timer/src/index.ts | |
parent | c7953645eeaaf9e87c6db4494b0023d2c1878ff0 (diff) | |
download | astro-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.ts | 1 |
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: {}, }; } |